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

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