mc12345678 / EasyPopulate-4.0

Data import and export module for Zencart 1.3.x and 1.5.x
GNU General Public License v2.0
10 stars 8 forks source link

No notification of uploading an empty file #34

Closed mc12345678 closed 7 years ago

mc12345678 commented 7 years ago

When the user attempts to upload a file, there are a few verifications performed to validate that the file should be incorporated into the list of downloadable files; however, there was no check for an empty file if the received file happened to have a 0 size. This could be because of some issue such as running out of storage space on the destination computer, that the sent file was corrupt or empty, or some other event that could result in a filename but no size to the file.

mc12345678 commented 7 years ago

Notification added in commit: https://github.com/mc12345678/EasyPopulate-4.0/commit/debffecab6f658f49da54f3989c4af2ada0fa6c3

Closing this issue.