tags:

views:

32

answers:

1

Without using a third-party control, is it possible to automatically begin uploading a file as soon as the user selects a file and the file browser window closes? I have the data struture in place as well as all the information needed to capture the data, but I need a way of knowing if the file upload has changed? Is there an event that fires, or something I can capture to achieve this?

Thanks, George

+2  A: 

No. Not without using a third-party control.

It looks like it is possible using a hidden <IFRAME>. Check out the AJAX File Uploader.

There are simple Silverlight and Flash solutions available as well, however.

John Gietzen