File uploads
-
I have created a form that requires users to upload 2 photos.
<p>Photo 1<br /> [file your-file1 filetypes:jpg limit:10240kb]</p> <p>Photo 2<br /> [file your-file2 filetypes:jpg limit:10240kb]</p> <p>[submit "Send"]</p>
I can receive both the photos through email but my server only stores the first photo.
My “Save Contact Form 7” table shows links to both photos submitted by the user but I can only open the first link. The second link opens 404.
Upon checking /wp-content/uploads/nimble_uploads the server, only 1 photo is stored in the server.
My server:
upload_max_filesize is set to 30mb
post_max_size is set to 60mb
max_file_uploads is 20What else could be the problem? I don’t see any error in the logs. What else should I check?
Thanks.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘File uploads’ is closed to new replies.