guys,

i am trying to implement a file upload function within my web app. now
i am allowing the user to select a file using a browse button and then
when they click upload, i copy it to a set folder on my server.

however when i try to implement it i am getting a Access is denied
error. I am using standard fileoutstream.

uploadData = new FileOutputStream("C:\Share\");

any ideas.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to