aaronshappell / UPSTrailerTracker

3 stars 0 forks source link

Fix max file size exceeded error #21

Closed aaronshappell closed 6 years ago

aaronshappell commented 6 years ago

Goes to error page when a large file is uploaded greater in size than the max.

aaronshappell commented 6 years ago

Should implement an error parameter instead off success parameter to have different error messages on failure. E.g. /upload?error=filesize, and /upload?error=invalidfile.

aaronshappell commented 6 years ago

Fixed. Redirects to /upload?success=true if the upload succeeds or /upload?error=filesize if the file exceeds the size limit or /upload?error=invalidfile if the file is invalid.