[En-Nut-Discussion] File upload via Http
Dusan Ferbas
dferbas at dfsoft.cz
Tue Mar 15 23:28:35 CET 2005
Hi Ralf,
I suggest to create a web page e.g. with Dreamweaver or Homesite. You can
select form input type "file". And that's all. You click on a browse
button, select local file and then click on a button (input type "submit").
File is then POSTed as a "multipart/form-data", so you will need to
carefully parse MIME parts and look for delimiting tag.
>At 13:28 11.03.2005 +0100, you wrote:
>
> >Hello, is there a way to upload a file to the Nut via HTTP.
> >
> >It should be possible with a website code like this:
> >-------------------------------------------------------------------------
> -------------------------------------
> >
> >Select File
> >
> >-------------------------------------------------------------------------
> -------------------------------------
> >
> >But on which way can i get the data? Does anyone have a codesnipe ?
> >
> >thx, Ralf
Dusan
More information about the En-Nut-Discussion
mailing list