XUpload - Uploading with JavaScript Disabled

Message
Author
childsa
Posts: 1
Joined: May 28, 2009 9:29 pm

Uploading with JavaScript Disabled

#1 Postby childsa » May 28, 2009 9:37 pm

I am using X-Upload Pro 3.0 and I am trying to upload files with Javascript disabled. The files upload correctly, but the filename is not returned to the post.php or post.cgi pages. For example, if you go to the online Tiny Upload Demo, disable JavaScript on your browser, and then upload a file, you get the following information in the returned URL:

http://www.sibsoft.net/post.php?&number ... duration=1 seconds

But you don't get any other information about the file. I know that the file uploads correctly because I tried it on my own installation, and I can find the file in the uploads directory. I tried looking in the $_POST, $_GET, and $_REQUEST variables, and it is not there either.

Is there any way to get the filename returned when JavaScript is disabled?