Re: [appfuse-user] for upload file size

2008-01-29 Thread Dale Newfield
Matt Raible wrote: Which web framework are you using? For #2, there's no way to filter file types with a standard HTML control. However, there is a cool jQuery file upload widget - but I can't seem to find it right now. Since you didn't specify which framework, I'll guess struts2. If I'm wro

Re: [appfuse-user] for upload file size

2008-01-29 Thread ujjala
I am using struts . I got that through controller tag tag of strutsconfig we can define maxfilesize. But problem is that when file size exceeded all the prorperties of form bean becomes null . so i am not able show the error message on the right page with proper manner. What is the solution for th

Re: [appfuse-user] for upload file size

2008-01-28 Thread Matt Raible
Which web framework are you using? For #2, there's no way to filter file types with a standard HTML control. However, there is a cool jQuery file upload widget - but I can't seem to find it right now. Matt On Jan 28, 2008, at 10:19 PM, ujjala wrote: Where can we define the limit of upload

[appfuse-user] for upload file size

2008-01-28 Thread ujjala
Where can we define the limit of uploading file size. Also i want to upload only selected extensions like .doc.xls etc how can i handle it. -- View this message in context: http://www.nabble.com/for-upload-file-size-tp15152609s2369p15152609.html Sent from the AppFuse - User mailing list archiv