Popup Error Messages
Author | Posts |
---|---|
January 11, 2014 at 8:43 pm 14314 | |
kiwi | Is there any way to customise the messages that appear when users upload the incorrect file size or file type? Just looking to add something more user friendly. Eg. Error #-601: File extension error would become something like... You have uploaded an incorrect file type. Please try again. or... The file you have uploaded exceeds the file size limit. Please try again. |
January 12, 2014 at 11:49 am 14323 | |
Tareq Hasan | Yes, that can be done. On [js] var msg = ”; case -601: default: alert(msg); this.count -= 1; |
January 12, 2014 at 1:14 pm 14326 | |
kiwi | This reply has been marked as private. |
January 12, 2014 at 1:55 pm 14327 | |
Tareq Hasan | May be you should clear your browser cache. |
January 12, 2014 at 3:34 pm 14328 | |
kiwi | Ok working perfectly now. Thanks Tareq. |