tobyffm Posted February 19, 2014 Share Posted February 19, 2014 (edited) Whn trying to upload a file for a virtual product, I get an error message: Couldn't upload file Doesn't matter if try to upload a 500kb file or 35 MB file, always this messsage. Following PHP Settings were made for testing: Memory Limit is 256M max_execution_time 5000 post_max_size 128 Mupload_max_filesize 128 M Access permission for download folder is set to 775 at the moment. Still the error message. Can you help? Edited February 19, 2014 by tobyffm (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted February 19, 2014 Share Posted February 19, 2014 verify your environment settings with phpinfo(); please on phpinfo(); page results search for upload_max_filesize 1 Link to comment Share on other sites More sharing options...
tobyffm Posted February 20, 2014 Author Share Posted February 20, 2014 got it to work, file_upload was deactivated, thanks anyway vekia! Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now