Well, the easiest way is just to have this html:

<form method="POST" action="whatever" enctype="multipart/form-data">
<input type="file" name="uploadedfile">
<input type="submit">
</form>

Then you'll get a field "uploadedfile" that will have the contents of
the file.  The normal field interface doesn't give a place for the
filename -- I think there's a way to get at that now, though, if you
want it.  You may also be concerned about the memory implications of
uploading large files, which there was talk about dealing with.


"Clark C . Evans" <[EMAIL PROTECTED]> wrote:
> I was wondering how I can handle file uploads
> using Webware.  Sorry if it is obvious... I 
> read the docs and scanned the mailing lists
> without any results.
> 
> Best,
> 
> Clark
> 
> _______________________________________________
> Webware-discuss mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/webware-discuss
> 

_______________________________________________
Webware-discuss mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to