Applet: | UploadClient |
Description: | If no files are set to be uploaded, and the user clicks "Upload," JFile will throw Error 304 No_Files_To_Send_Error. This may occur if the either the RestrictFiles or the AllowFiles parameter is too restrictive. To disable Error 304 (if, for example, you want to receive headers when no files are sent), set ForceSelectFile to 0. |
Example: | <param name="ForceSelectFile" value="0"> |