File upload questions
-
I have two questions regarding image/file uploads. First, it seems that uploads are only limited to photo image formats. Can this be changed to accept PDF or even Word Docs? The reason being I want users to be able to upload their resumes if they have one.
Also, the option for file upload size limit only goes up to 750K. While I’m sure this is more than sufficient for most, I am dealing with very non-tech savvy individuals who are likely just taking a jpeg directly off a camera card or a scanned image and may have no knowledge of image editing or processing or how to make an image file size smaller, so I’d like to give them a bit more room… perhaps as much as 2mb. My site’s overall upload size is set to 32mb.
I can probably find the php in the plugin files to make remove both of these restrictions, but I’d prefer to find a way to do it without altering the original plugin files, like with an overriding function in my themes functions.php file or something. Can anyone point me in the right direction?
Thanks
- The topic ‘File upload questions’ is closed to new replies.