Jul 13th, 2011, 12:03 PM
1)I checked Settings-> Files Tab and both tests passed. While there I upped the allowable file size to 5 megs (but the images I tried were 124k)
2)I am not totally clear what you mean in step two so I skipped that.
3)(a)I DID NOT have enctype="multipart/form-data" in my <form> tag so I added it.
I did two submissions and both worked. I have two files in my upload folder plus the client email has a link to image. The images changed names but I wonder if that if part of the normal process.
The images became named "files.jpg" and "1_files.jpg"
3(b) I did not have to change this but you mention "files" => $_FILES key-value pair Should I have that in the Form php code at top (see attached image of my php code)
Thanks Ben
2)I am not totally clear what you mean in step two so I skipped that.
3)(a)I DID NOT have enctype="multipart/form-data" in my <form> tag so I added it.
I did two submissions and both worked. I have two files in my upload folder plus the client email has a link to image. The images changed names but I wonder if that if part of the normal process.
The images became named "files.jpg" and "1_files.jpg"
3(b) I did not have to change this but you mention "files" => $_FILES key-value pair Should I have that in the Form php code at top (see attached image of my php code)
Thanks Ben