uviclibraries / 3d-print-mgt-web-app

A web application to manage the submission, payment, and notifications for 3D print jobs.
GNU General Public License v3.0
5 stars 3 forks source link

File upload issue with dots in the middle of file names #5

Closed richmccue closed 10 months ago

richmccue commented 3 years ago

Describe the bug An error message comes up when you try to upload any files with a "dot" in the file name before the dot for the file extension. For example: this.file.will.cause.an.error.stl will cause an error message. This file is fine: this-file-is-ok.stl