|
Rank: Member Groups: Member
Joined: 11/16/2012 Posts: 11
|
I'm not sure if anyone has seen this but I have a client who cannot upload images to our website. We can do it internally fine but once client tries - it does not work. She can upload pdfs, docs, etc. Anything but jpeg - has anyone seen this before?
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,195
|
Hi,
The AJAX uploader may deny uploading based on two things: file size and file type. File size is controlled by MaxDataSize property. File type is controlled by AllowedExtension property. There is nothing particular about jpeg files from the AJAXUploader point of view.
Thanks
|
|
Rank: Member Groups: Member
Joined: 11/16/2012 Posts: 11
|
The files are relatively small but what happens if I dont use the AllowedExtension property..right now, i'm determining extension on server side looking at mime type.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,195
|
Hi,
If you don't use AllowedExtension, the AJAXUploader does not check file extensions.
Thanks!
|
|