Upload Page: Compute hash client-side before uploading file

Here you can find everything you need to know about Dll-Files. You can also share your knowledge regarding the topic.

Moderators: DllAdmin, DLLADMIN ONLY

Post Reply
oxou
Posts: 4
Joined: 25 Sep 2023, 04:10

Upload Page: Compute hash client-side before uploading file

Post by oxou »

It would be nice to add client-side checksum check on the upload page.

Right now the file is required to be fully uploaded before the server ensures it already exists (hash found in database),
but if you take a look at a website like https://virustotal.com, you'll see that whenever you upload a bigger file, for example "C:\windows\system32\d3d10warp.dll" it will compute the hash client-side and call the API to return back "true" or "false" depending on if the hash exists in the database.

Same procedure would be nice to be built into the upload page of DLL-Files, as this will save client time and also server costs for uploading that file - for someone with a slow internet connection this would be truly beneficial.

advertisement
DllAdmin
Site Admin
Posts: 453
Joined: 17 Mar 2011, 12:32
Contact:

Re: Upload Page: Compute hash client-side before uploading file

Post by DllAdmin »

That's a great idea!
I'll add the idea to the list of upcoming things to improve. :)

Post Reply