JelloWasabi wrote:Also, I just want to say thanks to eo_support for the way they've handled my previous posts. I've never experienced such fast and accurate support before. Thanks and good job.
Glad to hear that!
JelloWasabi wrote:I see that there is a max file size. Is there a way to set a 400px width maximum for image uploads?
You will need to do this on the server side. It's impossible to check the size on the client side since no JavaScript interface would allow you to examine a file on the client's machine (it would have been a security flaw if it were to be allowed). Once the file is transfered to the server side, you can perform whatever check in your FileUploaded event.
Thanks