in reply to RE: Answer: How can I upload a file using HTTP POST with Content-Type=multipart/form-data?
in thread How can I upload a file using HTTP POST with Content-Type=multipart/form-data?

I have tried using this with no luck in the past and gave up. I wrote a simple client script using HTTP::Request::Common and had it working with small files and then set the DYNAMIC_FILE_UPLOAD variable at the beginning of the script. And this seemed to break it. Is there something else I need to do? Also, I am using Apache as my server. Is there some setting in Apache that I will need because of no Content-Length? Thanks
  • Comment on RE: RE: Answer: How can I upload a file using HTTP POST with Content-Type=multipart/form-data?

Replies are listed 'Best First'.
RE: RE: RE: Answer: How can I upload a file using HTTP POST with Content-Type=multipart/form-data?
by Jouke (Curate) on Sep 19, 2000 at 16:13 UTC
    Show your 'simple script' and we might find out what went wrong...

    Jouke Visser, Perl 'Adept'
Re^3: Answer: How can I upload a file using HTTP POST with Content-Type=multipart/form-data?
by Anonymous Monk on Dec 30, 2004 at 04:43 UTC
    Hi, I am looking for this exact solution... Do you have an example I could possibly use? Thanks in advance a.fitzpatrick@exec.com.au