At 3:53 PM +0530 3/19/04, Badri wrote:
Hi,

Is there any size restriction in uploading any file using the FormFile?
If there are any restrictions in file upload, what should be the maximum
file size that can be uploaded?
Are there any other ways of using FormFile and uploading files as large as
800MB - 1GB?

File-upload has a threshold after which it writes uploads to disk instead of holding them in memory, so in theory, there are no software limitations. You might run into server or network issues with uploads that large, but the risk of a webapp OutOfMemoryError is controlled by this threshold. These values are set in the controller-config; see the docs for struts-config.xml for details.


Joe

--
Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com "Imagine if every Thursday your shoes exploded if you tied them the usual way. This happens to us all the time with computers, and nobody thinks of complaining."
-- Jef Raskin


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to