[REBOL] Re: need example of upload
From: pat::scotto::wanadoo::fr at: 11-Sep-2003 18:20
Andrew Martin a écrit:
>Patrick wrote:
>
>>I look for an very basic example of http upload to post big file via
>>
>>
>http.
>
>>just need html (easy;-) and upload.r
>>
>>
>
>Could you give an example as I don't know what you mean?
>
>Do you want an example of the HTML to be shown in a browser for a user
>to upload a file through their browser to the site?
>
>Or do you want a Rebol script to upload a big file in response to the
>above page?
>
>Or am I confused? :)
>
no sorry my english is awfull, but i need only the rebol script ;-)
I think , I know write a html file to upload a file like that
*------*
<form method="post" enctype="multipart/form-data" action="upload.r">
<input type="hidden" name="path" value="my_path">
<input type="file" name="thefile" >
<br><input type="submit" name="taskSubmit" value="writeThat">To Submit</form>
*------*
just need a correct script rebol to understand.
patrick ...