Archived Forum Post

Index of archived forum posts

Question:

uploadrcv returns no files

Oct 08 '15 at 14:51

Hi all,

I'm running into an issue with uploadrcv not finding any files on Consume(). We are setting up a new server, so maybe there's something to do with that? I found http://www.chilkatforum.com/questions/4277/uploadrcv-not-seeing-files , but since we had an issue on the old server re: file size, increasing the max size was one of the first things we did on the server.

Is there anything else that could be causing this issue?

My test is just a simple form with a file input:

<form action="upload-file.asp" method="POST" enctype="multipart/form-data">
<input type="file" name="file" size="20">
<input type="submit" name="upload" value="upload">
</form>

And I get this in return

ChilkatLog:
  Consume:
     DllDate: Aug 3 2011
     UnlockPrefix: NONE
     Username: WEBDEV:Del
     Architecture: Little Endian; 32-bit
     Language: ActiveX
     bAsp: 1
     contentType: 
     requestMethod: 
     Assuming this is a POST...
     ContentLength: (NULL)
     numParts: 0
     Success.