mifi / ezshare

Easily share files, folders and clipboard over LAN - Like Google Drive but without internet
MIT License
622 stars 45 forks source link

Enhancement/allow select multiple files to download as zip #104

Closed Sumit931kr closed 1 month ago

Sumit931kr commented 1 month ago

image

Sumit931kr commented 1 month ago

Implemented all the above suggestions in a new commit

Sumit931kr commented 1 month ago

@mifi

mifi commented 1 month ago

thanks. i took the liberrty of improving it a bit. also not sure where the number 19800000 comes from so i removed it

Sumit931kr commented 3 weeks ago

thanks. i took the liberrty of improving it a bit. also not sure where the number 19800000 comes from so i removed it

Thank you for merging my PR.

The number 19,800,000 represents 5 hours and 30 seconds. Since I live in India, to address the timezone issue, I used this date format. Whenever the user downloads the ZIP file, it should display the correct time when it was downloaded, so I formatted it according to my local timezone.

I should have created something that allows users from all over the world to download it based on their timezone.