一種高效節(jié)約內(nèi)存的ASP .NET文件上傳組件。File Uploader是一種高效節(jié)約內(nèi)存的ASP .NET文件上傳組件,其能夠不需要對(duì)頁(yè)面刷新即可進(jìn)行多文件的異步上傳。與傳統(tǒng)的ASP .NET文件上傳器不同,F(xiàn)ile Uploader在上傳大體積文件時(shí),僅需占用非常小的內(nèi)存空間以及系統(tǒng)資源。File Uploader使得您能在單一實(shí)例中獲取多個(gè)文件,并實(shí)時(shí)顯示上傳進(jìn)度,使得上傳過程較以往更直觀,簡(jiǎn)單與快速。File Uploader也允許用戶放棄當(dāng)前上傳以及取消待定的文件上傳。
敬請(qǐng)注意:慧都科技是IntersoftPt公司中國(guó)地區(qū)獨(dú)家代理商(請(qǐng)參照原廠商網(wǎng)頁(yè)),國(guó)內(nèi)任何公司銷售該產(chǎn)品均屬侵權(quán)行為
A memory-efficient ASP.NET file uploading component. File Uploader is a memory-efficient ASP.NET file uploading component that supports asynchronous multiple files upload without page refresh. Unlike standard ASP.NET file uploader, File Uploader enables large file uploading with very minimum memory and resources consumption. File Uploader enables you to select multiple files in a single instance and shows uploading progress in real time, making file uploading more intuitive, simpler and faster than ever. File Uploader also allows you to abort currently uploaded file, or cancel the pending uploads.
豐富的用戶界面
WebFileUploader是一種一站式文件上傳解決方案。為使用戶最大程度的獲得豐富的上傳體驗(yàn),在用戶界面上放置了一整套的操作命令。若你僅擁有有限的屏幕空間卻仍需要功能強(qiáng)大的文件上傳能力,則可以選擇附加欄界面。這兩者均向終端用戶提供了可便捷的添加文件,移除文件,多文件上傳,取消當(dāng)前文件上傳等功能。
直觀的實(shí)時(shí)上傳體驗(yàn)
WebFileUploader向用戶提供了史上最豐富且最好的用戶上傳體驗(yàn)。除了其先進(jìn)的功能,WebFileUploader在使用上被設(shè)計(jì)為用戶友好型,從選擇文件到文件上傳,到完成上傳的文件保存過程。WebFileUploader干凈利落的完成所有的一切。
綜合全面的上傳行為
通過自定義上傳行為,WebFileUploader極大的簡(jiǎn)化了多文件上傳以及批量文件上傳。用戶可將其設(shè)置為特定運(yùn)行模式,即選定一個(gè)文件后或者用鼠標(biāo)點(diǎn)擊批量上傳模式以后即開始自動(dòng)上傳。批量上傳模式也提供了大量的與實(shí)際應(yīng)用相匹配的配置選項(xiàng),以使用戶獲得最佳體驗(yàn)。
內(nèi)置的文件驗(yàn)證
設(shè)計(jì)應(yīng)用程序時(shí),安全性是需要考慮的最重要的一個(gè)方面。故WebFileUploader能通過某些條件限制特定文件的上傳,比如:上傳文件的最大規(guī)格,是使得應(yīng)用程序更安全穩(wěn)定的一個(gè)至關(guān)重要的必備功能。WebFileUploader提供了即裝即用的文件上傳驗(yàn)證,即使對(duì)于程序開發(fā)新手來(lái)說(shuō)應(yīng)用都非常簡(jiǎn)單。一切都在屬性里面,因此在應(yīng)用時(shí)你可以高枕無(wú)憂。
通過內(nèi)置FileStateServer支持Webfarm以及多任務(wù)請(qǐng)求
WebFileUploader能夠在一個(gè)諸如WebFarm高級(jí)環(huán)境中運(yùn)行的能力,使之有別于競(jìng)爭(zhēng)對(duì)手。大部分的文件上傳器都無(wú)法進(jìn)行類AJAX的上傳機(jī)制。通過應(yīng)用FileStateServer技術(shù),WebFileUploader在其本地服務(wù)器中流水化所有上傳請(qǐng)求信息,使得AJAX請(qǐng)求接受實(shí)時(shí)異步信息成為可能,而無(wú)需考慮服務(wù)器是否處理該請(qǐng)求。
File Uploader Features:
Rich User Interface.
WebFileUploader is designed to be a one-stop file uploading solution. For the richest uploading experience, the panel interface will satisfy you the most by presenting the complete commands in the interface. Opted for the slim attachment bar interface if you have limited screen estate and still require powerful file uploading capabilities. Both provides end users with the ease to add files, remove files, upload multiple files, cancelling running upload, and many more.
Intuitive, real-time uploading experience.
WebFileUploader provides the richest and best uploading experience ever. Despite its advanced features, WebFileUploader is designed to be user-friendly to use, starting from the file selection process, file uploading process, to the finished upload and file saving process. Everything is handled elegantly by WebFileUploader.
Intuitive, real-time uploading experience.
The key differentiator between WebFileUploader and other generic file uploader is the ability to handle large file uploads, which is often a big issue. Two common problems in standard file uploader are out of memory exception or request time out. By taking full advantage of HttpModule technology to handle large file upload, WebFileUploader offers more sophisticated large file upload without memory-level buffering. As the result, WebFileUploader can handle large file uploads with very minimal memory and resources consumption.
Comprehensive uploading behaviors.
With customizable file uploading behaviors, WebFileUploader simplifies the need for massive and multiple file uploads. You can set it to start uploading automatically when a file is selected or after a button click for batch upload mode. The batch upload mode also offers numerous configuration to provide the best uploading experience that match your business applications.
Built-in file validation.
Security is an important aspect when designing an application. Ability to restrict specific file uploads with certain criteria, for example: maximum uploaded file size, is crucial and a must-have feature for more secure and stable business application. WebFileUploader provides out-of-the-box file upload validation which you can easily implement, even for a novice developer. Everything is within properties set and you can rest assure.
Webfarm and multiple worker requests support with built-in FileStateServer.
What sets WebFileUploader apart from its competitor is the ability to work even in an advanced environment, for example: WebFarm. Most file uploaders will fails due to the AJAX upload mechanism. By implementing the FileStateServer technology, WebFileUploader streamlines all required uploading information in its state server, making it possible for AJAX request to receive real-time synchronized information regardless of the server that process the request.