Looking for help with uploading image data to MySQL with PHP

Hello, I am trying to set this up … Image is chosen from a previous screen by user then a new page loads for the user showing the image they now have.
Run a PHP script that will take the image that is currently displayed on the screen for the user and obtain the data from it with no input from the user.
Attach the users name and user id to the image.
upload the data to MySQL db in a table.
I will be running this on a Joomla 3.0 site but I can use PHP on the page if needed.
Any assistance would be great.
I can get the image data to upload to the db using and input method but i wish to remove this and have the user not even know the image data is being transferred.

Sponsor our Newsletter | Privacy Policy | Terms of Service