in reply to CGI upload from ajax
More than likely it's because your POST does not have the correct MIME type .. file uploads need to be multipart/form-data (and you're probably defaulting to application/x-www-form-urlencoded). Rather than doing this yourself, I would suggest one of the many JQuery file upload plugins.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: CGI upload from ajax
by flope004 (Acolyte) on Feb 04, 2009 at 14:53 UTC | |
by derby (Abbot) on Feb 04, 2009 at 16:41 UTC | |
by flope004 (Acolyte) on Feb 04, 2009 at 20:26 UTC | |
by derby (Abbot) on Feb 04, 2009 at 20:55 UTC |