Our site www.viart.com site is operated by latest Viart Shop 5 with default Clear design
Topic Information
srwatkins76 (Guest)
srwatkins76 (Guest)
My upload issue is from the php.ini file. I have uploads turned on but still not working. Can someone copy and paste a copy of their php.ini file for me to compare mine to. I would like to see what differences there are.
 
I think my issue now lies in the upload_temp_dir settings in the php.ini file.
 
Thanks in advance.
 
Eugene (Guest)
Eugene (Guest)
Hi,
 
Please check the following settings in php.ini
 
file_uploads = On
upload_tmp_dir = "/tmp"
upload_max_filesize = 2M
 
Directory set in upload_tmp_dir setting must be writable for web server software (Apache/IIS/etc.).
upload_max_filesize corresponds to the maximum size of files that can be uploaded.
 
WBR,
ViArt Support Team
 
My upload issue is from the php.ini file. I have uploads turned on but still not working. Can someone copy and paste a copy of their php.ini file for me to compare mine to. I would like to see what differences there are.
 
I think my issue now lies in the upload_temp_dir settings in the php.ini file.
 
Thanks in advance.