File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
A friendly place for programming greenhorns!
Big Moose Saloon
Search
|
Java FAQ
|
Recent Topics
Register / Login
Win a copy of
Arduino in Action
this week in the
General Computing
forum!
A special promo:
Enter your blog post or vote on a blogger to be featured in an upcoming Journal
JavaRanch
»
Java Forums
»
Products
»
Other Open Source Projects
Author
Common's FileUpload query??
Jignesh Gohel
Ranch Hand
Joined: Dec 28, 2004
Posts: 276
posted
Apr 10, 2006 03:36:00
0
hi,
I am using project common's fileupload facility in my application for uploading a file from the client to the server.
At present i am doing on my local host only.But this application is going to be used through web.
I am using the HTML file input type for selecting a file from the client side .
Now when i am selecting the file & uploading it i am getting error:
the file path on my server to which i want to get my file uploaded from the client to the server ::: to this path (Access is denied).
The file contents are not able to get written to my desired path??
So what might be the problem??
Thanks
Jignesh
Regards,
Jignesh
The Art Of Life Is To Know When To Be Useless And When To Be Useful - CHUANG TZU
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35442
9
posted
Apr 11, 2006 08:35:00
0
Either the directory doesn't exist, or the user under which the server is run does not have access to it, just like the message implies. Yet another possibility is that
Tomcat
is run with a
SecurityManager
, which further restricts what it can do.
Android apps
–
ImageJ plugins
–
Java web charts
I agree. Here's the link:
http://aspose.com/file-tools
subject: Common's FileUpload query??
Similar Threads
For those who eat java, think java and drink java
Problem with JProgressBar ??
Apache common's fileupload query??
JSP uploading files & creating new files
Uploading Files from Client to Network Directories
All times are in JavaRanch time: GMT-6 in summer, GMT-7 in winter