ActiveXPowUpload is easy client-side solution that can be used to perform file uploads from a user machine to the web server.
ActiveXPowUpload is a ActiveX supported by only Internet Explorer but don't needs anything on user side and supports any standard file processing script on server side.
Features:
- Multiple file selection at once by Ctrl, Shift keys or by Ctrl A hot key.
- Recursive folders selection.
- Drag-n-drop files and folders.
- Rich progress and status information during the upload process.
- Uploads Form text items at the same request by POST or GET method.
- Sends selected paths info. This allows to recreate directory structure at server as it user selected.
- File filters by extension in the "Browse Files" dialog.
- Limit the maximum allowed size of individual files.
- Limit the maximum allowed total size of files.
- Limit the maximum allowed number of files to be uploaded at the same time.
- Possibility to cancel an upload anytime.
- Returns server reply with errors or success upload confirmation.
- Access to files date modified, date created, date last accessed, name, size information. This data accessible before upload and also can be uploaded with files to the server.
- Multilingual interface.
- Interface can be fully hidden and replaced with custom HTML and Java Script code. Control has reach properties, methods and events.
- Supports SSL (HTTPS).
- Supports Authentication (Basic, Windows integrated). ActiveXPowUpload don't ask credentials if user already entered it while opening web page.
- Supports Cookies and Session. ActiveXPowUpload automaticaly sends all Cookies and SessionID cookie that has web page containing it.
- Supports Proxy Servers. It using the same proxy specified at browser settings to upload files.
- Supports Unicode file names, text Form items, localized messages and captions.