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

Right ... use a plugin ... you have to construct the html in such a way that the browser will do the right thing. Most of the plugins will wrap your html with the proper html snippets.

-derby

Replies are listed 'Best First'.
Re^4: CGI upload from ajax
by flope004 (Acolyte) on Feb 04, 2009 at 20:26 UTC

    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

      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