开发者

Automatically Begin Upload ASP.NET

开发者 https://www.devze.com 2022-12-18 13:52 出处:网络
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

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 we开发者_开发技巧ll 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


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消