At 10:39 AM 9/18/2001 +0430, you wrote:
>Hi All,
>I must a file download with used html form, for example with this code:
>How can upload only GIF or JPG file?
Be sure to include the MAX_FILE_SIZE hidden input field -- it is
required. And be sure to put it BEFORE the file input field in the cod
Hi All,
I must a file download with used html form, for example with this code:
How can upload only GIF or JPG file?
I see for file size limit used a hidden parameter with name "MAX_FILE_SIZE"
for example :
for limit file size in 1KB, Where i found any parameter for upload file ?
Thank