[SOLVED] Invalid file type

Using SC6/MySQL

I have a page with Parent/Child structure.
There are several child Tabs, created as Editable Grid. One of them has an entry for image. there is a field called image with BROWSE button. When I try to select an image on my PC then click SAVE record I get an error saying: “Invalid file type”
The image is obviously JPG file.

Are there any limitations to the filenames, image size ? Or what can cause the problem ?
By browsing posts on the forum I’ve seen the problem existed in the past…

Arthur

ErrorSavingImage_02.jpg

There’s a property to set the allowed filetypes. I guess that jpg is currently not one of them?

thanks for the sugestion
the problem was with the fact that I separated FileTypes with comma (instead of semicolon).
It works now !

thanks for the sugestion
the problem was with the fact that I separated FileTypes with comma (instead of semicolon).
It works now !