in reply to Re^3: CGI upload from ajax
in thread CGI upload from ajax

I couldn't make them work. I try a few and none of them work. All the examples are based on php in the server side. So, when I change the php for my cgi I am getting the same errors or even none.....:-( I don't know

thanks

Replies are listed 'Best First'.
Re^5: CGI upload from ajax
by derby (Abbot) on Feb 04, 2009 at 20:55 UTC

    In these situations, it's best to first code a simple form as static html, then do a plain vanilla CGI upload script ... and then once that's working, transition to Ajax. At this point, it's not an Ajax issue but correctly coding the cgi for the file upload.

    -derby