M
Mark
Hi, part of my application uploads a file to a remote webserver. One of the
conditions is that the uploaded image *must be* a RGB JPEG
Does anyone have any idea how I can test to see if the uploaded image is a
RGB JPEG?
I looked at the PostedFile.getContentType() and this does tell me the type
of the file (JPEG) but not if the image was a RGB JPEG. The returned
information from the PostedFile.getContentType() also varies from browser to
browser
TIA
Mark
conditions is that the uploaded image *must be* a RGB JPEG
Does anyone have any idea how I can test to see if the uploaded image is a
RGB JPEG?
I looked at the PostedFile.getContentType() and this does tell me the type
of the file (JPEG) but not if the image was a RGB JPEG. The returned
information from the PostedFile.getContentType() also varies from browser to
browser
TIA
Mark