in reply to Re^6: Need to use data passed from FORM from HTML page to CGI upload script.
in thread Need to use data passed from FORM from HTML page to CGI upload script.

HTML is not supporting enctype="multipart/form-data" in form statement . when I removed this string from FORM statement,at least error didn't popup when I clicked Upload or Download button.However file didn't got uploaded or downloaded.

  • Comment on Re^7: Need to use data passed from FORM from HTML page to CGI upload script.