Max file size when upload in struts-1.1b2

2002-11-21 Thread Huynh Ngoc Huy
Dear group, I'm using struts-1.1b2. What should I do to set the maximum file size over 1M as I want to upload a file? Thanks, Huy __ Do you Yahoo!? Yahoo! Mail Plus – Powerful. Affordable. Sign up now. http://mailplus.yahoo.com -- To

Re: Max file size when upload in struts-1.1b2

2002-11-21 Thread Vikram Goyal
Set the following in the struts-config. controller maxFileSize=500K / For file sizes in MB use 1M, 1.5M etc. HTH Vikram - Original Message - From: Huynh Ngoc Huy [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, November 21, 2002 7:33 PM Subject: Max file size when upload