Maximum File Size and Pixels for Uploaded Business Documents

Posted by webdevguy on Stack Overflow See other posts from Stack Overflow or by webdevguy
Published on 2010-12-30T23:47:50Z Indexed on 2010/12/30 23:54 UTC
Read the original article Hit count: 238

Filed under:
|
|
|
|

I am creating a php form that accepts an upload of business documents in a variety of formats .pdf, .doc, .tiff, .jpeg, etc. and I need to restrict the size of the files that are uploaded. It's trivial for me to restrict the file size, but I'm not sure if I should also restrict the max height/width, which are also available options.

I will need to occasionally print these documents to 8.5 X 11inch paper and have them be legible, but don't really care if images come out. Should I restrict the pixels sizes or is that redundant with restricting the file size? If so, do you guys have a recommendations for max height/width for, say, a 5MB file size limit? I really have no idea what the relationship between pixel size and image size is or what the common pixel sizes are for scanned images.

Also, what would be a reasonable size expectation for a legible print per page?

© Stack Overflow or respective owner

Related posts about file

Related posts about printing