> -----Original Message-----
> From: Daniel L. Rall [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, August 22, 2000 10:51 PM
> To: Turbine
> Subject: Re: automatic file upload
[snip]
> I've implemented this in Joist <http://joist.tigris.org/> using the
> O'Reilly servlet package. There is currently no way around
> writing the
> data to disk then renaming the file (using this library). If
> you'd like
> to check it out, the classes are FileUpload and
> RenameableFileUpload in
> the org.joist.util package.
well, with the old FileHandler version, this is also possible, it is
just not possible with the new FileItem approach. While I like this new
approach, I still think that getting access to the full path of the file
(or just file object) would be necessary in some cases and it would be
nice to have this functionality (especially if we might need to accept
BIG uploads). If the file resides in memory, then just return null...
And of course it should be very well documented with all the possible
caveats that it might bring...
Neeme
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?: [EMAIL PROTECTED]