Upload files larger than 32MB
-
Ok. I know this has been covered in countless articles. But I still cannot get this to work. I am trying to upload MP3 files. They are generally 80-100MB in size. It is for a podcast. I have read all the articles that tell me to change the PHP.ini file. Here is what I currently have in the file as it pertains to uploads.
memory_limit = 100M upload_max_filesize = 100M post_max_size = 200M file_uploads = On
When I try the drag and drop multi file way, I get an error telling me the files are too big. Cannot exceed 32MB. When I try the browser upload through my file system way, The page churns for a minute and then I get a page that say “Are you sure you want to do this, Try again.”
My site is hosted on GoDaddy. They have provided me articles with the same answers. I am stumped. What am I missing?
Thanks.
- The topic ‘Upload files larger than 32MB’ is closed to new replies.