httpd and form-based upload

Alexander Kriegisch Alexander at Kriegisch.name
Sun Feb 4 06:21:22 PST 2007


> you would like to use httpd for uploading files ? (rfc1867) the
> problem is already solved and called 'ftp'. there are several 
> examples how to script ftp. http has a totally different target and
> misuse are mostly to be punished with serve problems.
> 
> Why do you need this ?

Dear Walter,

I want to extend my router's web configuration interface, so it would be
natural to use form based upload and not open a second data transmission
channel. As you wrote, there is an RFC for form-based upload, and MIME
multiparts are known much longer than that anyway. So this should nort
be regarded a misuse, it is a standard.
--
Alexander

> Alexander Kriegisch wrote:
>> I would like to know if httpd supports form-based uploads and how
>> they can be handled in plain shell scripts (/bin/sh). I would be
>> glad to see one or more sample script(s).



More information about the busybox mailing list