Hi,
I am working on ajax-page using PageMethods (web service) to interact with server. I want to allow a user to upload a given file to server (at some fixed path on server).
I know about FileUpload control in asp.net, but that wont work in my case. Since i dont want to user UpdatePanel or a dedicated server page.
Is there a way to do it using client side ajax?.
Thanks in advance.