|
Posted by Ming on 10/03/07 20:19
Hi there,
Is there a handy way to show error message instead of error code when
uploading?
For example, if I get error code 3 (UPLOAD_ERR_PARTIAL), I can
directly show users that 'Only part of the file was uploaded.' instead
of if $errorCode==3 then print 'Only part of the file was uploaded.',
which is time-consuming.
Thanks,
Navigation:
[Reply to this message]
|