Search found 2 matches
- Fri Feb 20, 2009 2:53 pm
- Forum: PHP - Code
- Topic: Restrict Image File Upload by Resolution (dpi)
- Replies: 8
- Views: 2041
Re: Restrict Image File Upload by Resolution (dpi)
The reason I was wanting this dpi restriction is because I will be using the uploaded files for print. Where as 72dpi is great for web display, it is recommended that 300dpi be used for print. That being said, I think I've found a better solution than restricting the dpi on the file. I am going to j...
- Fri Feb 20, 2009 10:02 am
- Forum: PHP - Code
- Topic: Restrict Image File Upload by Resolution (dpi)
- Replies: 8
- Views: 2041
Restrict Image File Upload by Resolution (dpi)
pickle | Please use [ code=php ], [ code=text ], etc tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: :arrow: Posting Code in the Forums to learn how to do it too. I have a form for users to upload image files and they get inserted...