a name file in multiple upload

See all posts See thread Reply

Re: a name file in multiple upload new!
by colin, 13 years, 4 months ago
I am not sure what you mean. But if you want to find the filename from the array $files, then just do this to see how your array is formed:
print_r($files);
Reply
Re: a name file in multiple upload new!
by darteye, 13 years, 4 months ago
I want only the name of file, how can I draw out the name of the image from print_r($files); and save the name in mysql base?Reply