B
bluewind44
Hello,
Now, I'm making the multi-upload module.
I declared the array of HttpPostedFile and
When I choose the file by System.Web.UI.HtmlControls.HtmlInputFile
I set the System.Web.UI.HtmlControls.HtmlInputFile's HttpPostedFile
reference to the declared array.
I did it, because I wanna Send Files to Webservice all together.
BUT, after the button event the array of HttpPostedFile resets.
How do I solve this problem?
Is there anyone who can help me out?
Now, I'm making the multi-upload module.
I declared the array of HttpPostedFile and
When I choose the file by System.Web.UI.HtmlControls.HtmlInputFile
I set the System.Web.UI.HtmlControls.HtmlInputFile's HttpPostedFile
reference to the declared array.
I did it, because I wanna Send Files to Webservice all together.
BUT, after the button event the array of HttpPostedFile resets.
How do I solve this problem?
Is there anyone who can help me out?