Like I said in my other post, I use Apache::Request for all of the various
form submission methods and everything works fine and it allows me to handle
every type of submission with the same calls. It's less to remember when
coding.  I had problems at first getting uploads to work but that turned out
to be my own poor programming practices so I had to fix that :-)

> ----------
> From:         John S. Evans[SMTP:[EMAIL PROTECTED]]
> Sent:         Thursday, November 18, 1999 12:30 AM
> To:   modperl
> Subject:      multipart/form-data
> 
> I need to implement an HTTP API that will be used to transfer random
> pieces
> of information (some small, some large) to our server.
> 
> I was thinking of using multipart/form-data to accomplish this, since I
> was
> assuming that there'd be tools on the server-side to help me deal with the
> incoming onslaught of data.
> 
> Now I need to decide whether I should build my server-side code as a
> modperl
> handler, or just build a perl CGI (and use Apache::Registry to make it
> zippy).
> 
> Any suggestions or recommendations for one method over the other?
> 
> Thanks for any info!
> 
> -jse
> 

Reply via email to