flash - Upload images to fixed positions -


I need your help. I would like to ask if using a flash to upload many images in a particular situation. possible. For example, I have a goal called "people" and when someone uploads an image that is called "people" then that image will be placed on that target

I Sorry for your english.

Thank you in advance.

So you also want to store some information about the uploaded image, use it When do you retrieve / use it?

The file name of the uploaded image is a easy-to-hide way of a 'keyword' like uploading an image for "people" for 01.jpg, upload it, as, or when It is in the form of an image on the server, then the image is 01_people.jpg, then in the flash, when you load the image, make a partition for "_" so that you can get the tag and "people" Can separate image01_people.jpg.

Some information about uploaded images (such as a category) must be saved in a simple table in a database, or at least one in a CSV text file or XML file.

HTH, George


Comments