PHP Classes

PHP Big File Upload Update and Verify: Process file uploads and verify large files

Recommend this page to a friend!
  Info   View files Documentation   View files View files (4)   DownloadInstall with Composer Download .zip   Reputation   Support forum   Blog (1)    
Last Updated Ratings Unique User Downloads Download Rankings
2022-04-14 (11 months ago) RSS 2.0 feedNot yet rated by the usersTotal: 142 This week: 18All time: 9,121 This week: 9Up
Version License PHP version Categories
big-file-update-veri 1.0.0Free for non-comm...5HTTP, Files and Folders, Content mana...
Description Author

This package can process file uploads and verify large files.

It provides a script that generates a form and can process the file upload with JavaScript code.

The script can calculate a checksum value of each part of file contents using JavaScript.

On the server side, the package can store the uploaded file and the checksum values to verify if the checksum values are what was calculated on the client side to verify the integrity of the file upload.

Recommendations

Recommendation for a PHP class to upload large files in chunks
Upload large files in chunks checking progress

Innovation Award
PHP Programming Innovation award winner
January 2023
Winner
Sometimes users need to be able to upload huge files to share with other users.

Uploading large files may take a lot of time. If there is an interruption in the file upload process, the file may reach the server partially.

Therefore it is necessary to verify if the file was correctly uploaded.

This package provides a solution that uses a combination of PHP and JavaScript to calculate checksum values of the file contents that can be used by PHP on the server side to verify if the file was correctly uploaded.

Manuel Lemos
Picture of Dantigny francois
  Performance   Level  
Name: Dantigny francois <contact>
Classes: 2 packages by
Country: France France
Innovation award
Innovation award
Nominee: 1x

Winner: 1x

  Files folder image Files  
File Role Description
Accessible without login Plain text file bfuv.php Appl. Example script
Accessible without login Plain text file LICENSE Lic. License text
Accessible without login Plain text file README.md Doc. Documentation
Accessible without login Plain text file receive.php Example Example script

 Version Control Unique User Downloads Download Rankings  
 100%
Total:142
This week:18
All time:9,121
This week:9Up