Thread: file upload
View Single Post
Join Date: Jul 2008
Posts: 49
Reputation: iDeveloper is an unknown quantity at this point 
Solved Threads: 7
iDeveloper iDeveloper is offline Offline
Light Poster

Re: file upload

 
0
  #2
Dec 28th, 2008
FileUploader control does not work in the upload panel. In other words, it isn't Ajax compatible control. You need to do a regular postback through a trigger. It's a security constraint in the design of the component. You can look it up on msdn.
Last edited by iDeveloper; Dec 28th, 2008 at 4:07 pm.
Reply With Quote