When testing file uploads, I created an empty TXT file as a test file. When uploading it, the control shows that the file was added successfully, but when trying to find it at the expected destination, it was missing. Once content was added to the file using Notepad however, it started working as expected.
Is there a reason why an empty TXT file fails to upload? When uploads fail for any reason, is there a way to determine that a failure occurred or what may have caused the failure?
Empty Uploads Fail Without Error
-
- Posts: 178
- Joined: August 31st, 2021, 11:37 am
- Contact:
-
- Posts: 329
- Joined: August 26th, 2021, 9:18 am
- Contact:
-
- Posts: 571
- Joined: August 26th, 2021, 9:56 am
- Contact:
Re: Empty Uploads Fail Without Error
This issue has been resolved as of RunTime Revision 962.
word count: 10
-
- Posts: 571
- Joined: August 26th, 2021, 9:56 am
- Contact:
Re: Empty Uploads Fail Without Error
The reason the file was failing to upload was because of a check for content length before upgrading instead of checking to make sure the file is not null.
word count: 29