Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within Open Source Projects
Search Coderanch
Advance search
Google search
Register / Login
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Campbell Ritchie
Ron McLeod
Paul Clapham
Devaka Cooray
Liutauras Vilda
Sheriffs:
Jeanne Boyarsky
paul wheaton
Henry Wong
Saloon Keepers:
Stephan van Hulst
Tim Holloway
Tim Moores
Carey Brown
Mikalai Zaikin
Bartenders:
Lou Hamers
Piet Souris
Frits Walraven
Forum:
Other Open Source Projects
Common's FileUpload query??
Jignesh Gohel
Ranch Hand
Posts: 276
posted 18 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
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
Rancher
Posts: 43081
77
posted 18 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
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.
You got style baby! More than this tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
Apache common's fileupload query??
Uploading Files from Client to Network Directories
For those who eat java, think java and drink java
JSP uploading files & creating new files
Problem with JProgressBar ??
We need your help - Coderanch server fundraiser
More...