My upload would start and then after a few seconds I would get the "Upload Failed!" message. I made the hidden iframe visible on upload_form.html and it revealed this error message "Malformed multipart POST". What could be wrong?
*Running XUpload Free 2.6 on Win XP, Firefox 2 or IE7, Apache Tomcat 5.5.17, ActivePerl
XUpload - Malformed multipart POST
- PilgrimX182
- Posts: 2186
- Joined: Mar 22, 2006 1:39 pm
Interesting. Check that your HTML form contain
and
Try to install latest perl CGI module.
Also check out this thread:
http://www.experts-exchange.com/Program ... 02077.html
It's Apache/CGI server problem.
Code: Select all
enctype="multipart/form-data"
Code: Select all
method="post"
Also check out this thread:
http://www.experts-exchange.com/Program ... 02077.html
It's Apache/CGI server problem.
The "enctype" and "method" attributes are in the form tag as you specified. I also installed the latest version of CGI.pm module... however, this doesn't seem to help on the Apache Tomcat server, as described in this thread:
http://mail-archives.apache.org/mod_mbo ... gzilla/%3E
I should also mention that I managed to get XUpload to run on Apache 2.0 server with no problems but I really need to use it on Tomcat. Has anyone been successful in running XUpload on Tomcat server?
http://mail-archives.apache.org/mod_mbo ... gzilla/%3E
I should also mention that I managed to get XUpload to run on Apache 2.0 server with no problems but I really need to use it on Tomcat. Has anyone been successful in running XUpload on Tomcat server?