Posts: 3
Threads: 2
Joined: Jul 2010
Reputation:
0
I created a form and I am using a file upload feature. However, the file upload feature is not getting submitted to my form. Is there something I need create/direct to obtain the file upload image? All of the other information is being retained and submitted correctly.
Any help is very much appreciated.
Thanks
Posts: 3
Threads: 2
Joined: Jul 2010
Reputation:
0
Thanks a lot for the information. It worked beautifully!
Posts: 2,456
Threads: 39
Joined: Dec 2008
Reputation:
6
HI RJGonzalez,
For file uploads of that size, you'll need to edit the php.ini setting for the server. But honestly, I've never heard of anyone setting it that large. Users would be waiting for hours to upload a 3 gig file, so it's not terribly realistic.
Still, check out php.net about the php.ini settings.
Good luck!
- Ben