Hey guys,
I'm just wondering if their are any "stock" parameters for image upload eg. max 1mb, max 1000 x 1000 size, no parameters have been set, yet some images wont upload.
Image Uploading
Moderator: General Moderators
- iknownothing
- Forum Contributor
- Posts: 337
- Joined: Sun Dec 17, 2006 11:53 pm
- Location: Sunshine Coast, Australia
Re: Image Uploading
not sure if theres a max dimension.iknownothing wrote:Hey guys,
I'm just wondering if their are any "stock" parameters for image upload eg. max 1mb, max 1000 x 1000 size, no parameters have been set, yet some images wont upload.
but if your on a shared server, there can be restrictions to how much can be uploaded at once.
if you have your own server then you can change the max upload in the php.ini file
- feyd
- Neighborhood Spidermoddy
- Posts: 31559
- Joined: Mon Mar 29, 2004 3:24 pm
- Location: Bothell, Washington, USA
Limiting the byte size is no real problem, but it's not possible to limit the pixel dimensions prior to your script being run.
http://php.net/features.file-upload
http://php.net/features.file-upload
- Kieran Huggins
- DevNet Master
- Posts: 3635
- Joined: Wed Dec 06, 2006 4:14 pm
- Location: Toronto, Canada
- Contact: