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.