I'm sure this has been covered before so I'm hoping that some one has a quick and easy answer 
Basically I have a web application that lets a user publish a document to sharepoint. It's a fairly basic application, user just fills in a few fields chooses the file thats to be published via a <input type="file"... />.
Testing locally (file to be uploaded and webserver on the same machine) everything works fine, but when I upload the app to our live server it crashes with a System.Runtime.InteropServices.COMException: File could not be opened error. Of course the main difference here is that the file and webserver are on different machines.
Obviously if the user browses to a file saved in their c:\docs folder, for example, when this gets passed to application, the app is going to look for this folder on the server and this would generate an error.
I've tried using a \\servername\sharename\doc.doc but this still doesnt work.
All permissions seem to be set fine, the everyone account has been given full access to the share and still no joy.
Any help is greatly appreciated,
f0z
Basically I have a web application that lets a user publish a document to sharepoint. It's a fairly basic application, user just fills in a few fields chooses the file thats to be published via a <input type="file"... />.
Testing locally (file to be uploaded and webserver on the same machine) everything works fine, but when I upload the app to our live server it crashes with a System.Runtime.InteropServices.COMException: File could not be opened error. Of course the main difference here is that the file and webserver are on different machines.
Obviously if the user browses to a file saved in their c:\docs folder, for example, when this gets passed to application, the app is going to look for this folder on the server and this would generate an error.
I've tried using a \\servername\sharename\doc.doc but this still doesnt work.
All permissions seem to be set fine, the everyone account has been given full access to the share and still no joy.
Any help is greatly appreciated,
f0z