Forum Replies Created

Viewing 2 Topics - 1 through 2 (of 2 total)
Author Posts
July 18, 2014 at 9:05 pm in reply to: Uploading files with dots in filename throws error 23752
Menno Menno

The error is: Uncaught ReferenceError: res is not defined. This is normal because you have commented out // var res = $.parseJSON(response.response); on line 128.

But response.response gives ‘error’.

July 14, 2014 at 3:40 pm in reply to: Uploading files with dots in filename throws error 23513
Menno Menno

Hi Sekander. I know it’s not common to include dots in a filename but any other user doesn’t know this. Since this is a a plugin for users to post frontend content I think your argument that it’s illogical doesn’t make any sense, a normal user without any knowledge of filenames and uploading doesn’t have any idea why the script is breaking down.

It’s common for a script to catch these errors and deal with them. To not at least give an error to the end user is just bad coding.

Viewing 2 Topics - 1 through 2 (of 2 total)