How do I upload a document (PDF) to a library and create a link to it in another library?
I need to do this using SPServices specifically..
|
How do I upload a document (PDF) to a library and create a link to it in another library? I need to do this using SPServices specifically.. |
|||||||||
|
|
The big point here is that to upload a file via the web service, you must convert it to a stream and send it through the web service. That conversion and streaming can (depending on the file size) take a significant amount of client side resources, since it's all being processed with JavaScript. This is far less efficient than say the HTTP upload mechanism that the out of the box SharePoint forms use. This is one of those examples of a solution that you "can" do, but possibly shouldn't. Could you give us a better overview of the problem you're trying to solve with the solution? |
|||
|