PDA

View Full Version : FileRef PHP store listed pictures


ptrcklgrs
12-06-2006, 07:31 PM
Im making a site where the user logs in. They can also store pictures on the site as well. I have a file ref that works and a working load vars system.

I have a mysql database with the colums
id :: user

i want the file to be stored under the new generated id name which i can get to work fine. The problem is that i cant get the user name from flash because as far as i know i cant send variables using fileref.

Basically i need a fileref system in which i can send variables to the PHP file.

Thanks for any help