Hey everyone,
I'v been working with flash only for a while, im trying to get an uploder working. so far i get the basic idea how how the uploading works. my question is, how to i get the URL of the file once uploaded?
like if i uploaded
meow.png
on the sever it will be turned to
HGYXTS.png
cuz its random, but i need the PHP to output that to the flash in full URL
like
http://dregondrahl.com/files/HGYXTS.png
i just dont know how to get it to comunicate that way.