Hello

What is the max file size on uploads?
What is the max size width/height?
What file types are supported?

Should say when trying to upload a file...

Thanks

Recommended Answers

All 2 Replies

It all depends upon what YOU would like it to be.

In terms of size, it is still recommended that you allow a minimum of 5MBs because all images uploaded will be stored in a database and that would highly effect the space occupied in the database and speed of your website on load.

In terms of file type, and max width/height: it simply depends upon what you set in your program and works according to your discretion and the codecs supported.

What is the max file size on uploads?

  • Avatars: 500KB
  • Attachments: 1024KB

What is the max size width/height?

  • Avatars: 640x480 for upload, but they'll always be reduced to 80x80
  • Attachments: 1600x1200

What file types are supported?

  • Avatars: GIF, JPEG, and PNG
  • Attachments: Image types are BMP, GIF, JPEG, and PNG. Non-image types are C, CPP, DOC, DOCX, HTML, Java, Javascript, PDF, PHP, PSD, RTF, SWF, TXT, Excel, XML, and ZIP.

Should say when trying to upload a file...

Common sense applies. If you feel any of our size/dimension/type restrictions are unreasonable, feel free to voice your opinion on what should be supported.

It all depends upon what YOU would like it to be.

This is the community feedback forum, not one of the web development forums.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.