Dan Hammer wrote:
> I had just found that information on the net and sure enough I had 
> upload_max_filesize = 2M .  Live and learn :-) .  Thank you for taking the time 
> to submit the information.  I do appreciate it.
> 
> Dan
>  
> 
>>;;;;;;;;;;;;;;;;
>>; File Uploads ;
>>;;;;;;;;;;;;;;;;
>>
>>; Whether to allow HTTP file uploads.
>>file_uploads = On
>>
>>; Temporary directory for HTTP uploaded files (will use system default if
>>not
>>; specified).
>>;upload_tmp_dir =
>>
>>; Maximum allowed size for uploaded files.
>>upload_max_filesize = 20M
> 

NOTE: You must set your post_max_size to be greater than
upload_max_filesize since the max_filesize is not added to the
post_max_size and they're evaluated separately.


/rambo

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to