| Author |
File type and size
|
Mohamad Ibrahim
Greenhorn
Joined: Jun 26, 2007
Posts: 26
|
|
I want to check the file type and size when i upload it using jsp and struts .
For example, i don't want the user to upload the exe files or the file is bigger than 10mb .
Thanks for help..
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56202
|
|
|
"MoJava", please check your private messages for an important administrative matter.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
ujjwal soni
Ranch Hand
Joined: Mar 28, 2007
Posts: 391
|
|
Hi,
You can do this quite easily using struts file upload. check out the below code:
*************Action File
****************Struts config file
*****For file type, you can substring the string of file name with last 3 characters excluding dot, it will give you the file extension, alternatively, you can get it from the content type also. The upload class offers many other functionalities. Thats it....
|
Cheers!!!
Ujjwal B Soni <baroda, gujarat, india> <+919909981973>
"Helping hands are better than praying lips......"
|
 |
 |
|
|
subject: File type and size
|
|
|