Questions about images loaded through AppGini
Posted: 2013-06-13 04:56
Ahmad,
This one's for you. Hope you can let us know a little more about how images are processed once they are uploaded through the AppGini generated web application into a field designated "image". Here's what I have deduced so far. Please let me know if my observations are accurate...
Finally.... Will the AppGini generated image file name (ie 92115000_1371070033.png) always remain in this format? ie 8char + underscore + 10char + dot + png. Can I rely on this to be the fixed name formatting?
Thanks so much!!!
This one's for you. Hope you can let us know a little more about how images are processed once they are uploaded through the AppGini generated web application into a field designated "image". Here's what I have deduced so far. Please let me know if my observations are accurate...
- Any file uploaded through AppGini gets stored in /images/ folder of the application on the web server.
- Files are given a name like : 92115000_1371070033.png.
- All stored files are follow the original format (ie jpgs getloaded as jpg, pngs as png etc)
- 92115000_1371070033.png is the original size version.
- Another version with a _dv.png suffix is saved with a smaller image size.
- Yet smaller version with _tv.png is saved. This must be the thumbnail view for list screens.
Finally.... Will the AppGini generated image file name (ie 92115000_1371070033.png) always remain in this format? ie 8char + underscore + 10char + dot + png. Can I rely on this to be the fixed name formatting?
Thanks so much!!!