Using flash to post an image into a mysql database
How can I use flash to insert an image into a mysql database?
I have an android app I'm making where someone post a picture and the picture appears in a mysql database.
This is how I'm doing it: I'm making a php page where in the link you put like this: example.com/example.php?IMAGE= ______ and it puts it in the mysql database. Only what do I put in the ______ part that will make the picture appear in the mysql database? In flash I'm using getURL to go to the url listed above.
How do I make the picture that they take in my app appear in the ______ part of the link and into my mysql database?
