0
votes

Can you use the FileReference.upload() function to upload files to Sharepoint or do I have to use the SP web services? This is without adding your own ASP.NET Web Services, just using the built in SP Web Services.

Thanks again, Mauricio

1

1 Answers

0
votes

You would need to use the Sharepoint Webservices to do that. If FileReference.Upload works, I would be very surprised.