I have an ASP.net webforms site, using jQuery to trigger script methods in asmx web services.
Now I need to add a page which allows a user to upload a file, along with some other properties (like description, creation date etc.)
I understand that there are some jQuery plugins for uploading a file more nicely than the MS file-uploader control (such as uploadify).
however, I can’t figure out how to:
1. make it work with script services (I saw some examples using MVC or using http handler, but none using script service
2. In addition to the file itself, I want to be able to send more data along.
any ideas?
thanks
use this one for same task…
file uploader
this is code i’ve written for handler
i have two cases for IE and other browsers because they post files in different forms
as for additional data, if it’s text you can send it via get while calling service