Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Automatic-File-Uploader_1.3.0_x64-setup.exe | 2023-11-25 | 5.6 MB | |
Automatic-File-Uploader v1.3.0 source code.tar.gz | 2023-11-24 | 4.0 MB | |
Automatic-File-Uploader v1.3.0 source code.zip | 2023-11-24 | 4.0 MB | |
README.md | 2023-11-24 | 2.4 kB | |
Totals: 4 Items | 13.7 MB | 0 |
Here you can find :
- An installation setup version
Changelog for the new version 1.3.0 :
Additions:
- Added a multi-upload system for supported hosts.
- Added a profile system for quick selection of favorite hosts.
- Added a button to delete selected files.
- Added a button to copy all links (when more than 2).
- Added 4 predefined profiles:
No retention period
,Retention period of less than one day
,File size limit greater than 10GB
,Manual file deletion possible
. - Added a file upload status for multi-upload.
- Added a file upload history with link, upload date, expiration time, and delete button when possible.
- Added a 12-hour check to display host status (offline, online).
- Added a button to recheck the status of the hosts manually.
- Added a system to check the file format and avoid errors and prohibited uploads.
- Added customized messages for errors 415/412/507.
- Added a drag-and-drop feature for an easy file selection.
- Added an information text in a tooltip for hosts whose file retention time is variable.
- Added a deletion button for uploaded files from the history when possible.
- Added 2 new hosts:
- FileTmp | filetmp.com
- Bayfiles.io | bayfiles.io
Changes:
- Reduced the application size by 92%, taking the main executable from 70 to 5.5 MB.
- Migrated from ElectronJS to Tauri for a lighter and faster application.
- Transitioned from CORS-Anywhere to Warp-Cors for Same-Origin policy management.
- Rewrote the backend in Rust for the needs of Tauri.
- Cleaned JS code for improved readability.
- Updated retention period and maximal file size allowed for specific hosts.
- Improved and simplified the
upload_to_host
function for better performance and maintainability. - Many miscellaneous improvements made to the code, the user experience, and the interface layout.
Removals:
- Removed no longer supported hosts:
- FroCDN (https://frocdn.com): 502 error, site not maintained.
- Temp-file.org (https://temp-file.org/): Complete shutdown of hosting services.
- UploadHub (https://uploadhub.com): Changed ownership, no more hosting services.
- ZeroUpload (https://zeroupload.com): Added a token system to prevent remote uploads.
- Removed portable version due to the lack of support of Tauri.