aspose file tools
The moose likes JSF and the fly likes File upload feature Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » JSF
Reply Bookmark "File upload feature" Watch "File upload feature" New topic
Author

File upload feature

Anks Gupta
Greenhorn

Joined: Mar 27, 2007
Posts: 21
Hi,

I need to incorporate file upload feature in my project which uses JSF, Web services, Apache axis, XML Beans and others.

I have currently a very small idea how to incorporate this feature and while searching on net i came to know about tomahawk inputFileUpload tag which can be used for file uploading.

I would like to know about approach to design this feature.

What are the various approach to upload a file?
Currently I am aware of
1) storing the uploaded file on server harddisk in some directory
2) storing file in DB using blob.

Is there any other better approach apart from these two?

Can somebody tell me pros and cons of these 2 approaches in terms of:

1) Maintainibility
2) Security
3) Usability
4) Ease of development

Any other comments are welcome.

Also once uploaded, can files be automatically deleted from server HardDisk or DB with batchwork or something...
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: File upload feature
 
Similar Threads
Passing data between pages/requests - Best practice
Uploading an Image File
JSP and XML
Excel-format report
Unable to view uploaded files in Tomcat till server is refreshed