AJAX file upload

  • Thread starter Thread starter Rastko Soskic
  • Start date Start date
R

Rastko Soskic

Hi everyone, I need to implement async file upload (like attaching file to
email message in hotmail).
Now, asp.net ajax partial updating does not support file upload. So, any
guideline, info, suggestion how to achieve this?

Thanks in advance.
 
you can do it the same way as google. they just use an iframe.


-- bruce (sqlwork.com)
 
Back
Top