We have an upload form for clients to upload their logos, but many clients don't know how to save a PNG with transparency, so we often get white "backgrounds" behind white text, which is totally unusable. So I would like to add some javascript to check if the png has a transparent background, and then reject the form if it does not (or vice versa).
Can that be done on the client side or the server side?
Thanks.