Hello, My question is about file uploading but I guess the answer will be related to parameter passing to server code from client side.
I have a FileUpload control of ASP.NET 2.0 from which I want to pass the file to the server-side via ajax. I want my server-side method to be like [AjaxMethod] public string SaveFile(StreamWriter sw).... or [AjaxMethod] public string SaveFile(Byte [] myArray).... or any parameter from which I will be able to save the file. Thanks in advance --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ajax.NET Professional" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/ajaxpro The latest downloads of Ajax.NET Professional can be found at http://www.ajaxpro.info -~----------~----~----~----~------~----~------~--~---
