Set file name

See all posts See thread Reply

Re: Set file name new!
by jean, 16 years, 11 months ago
hello,

For example i create ma form this way :
$form='
'; $filName="MyName"; for ($i=1;$i<10;$i++) { $newfilName=$filName.i; $form.=''; } $form='
'; print($form);

I want for example have :
for Table=5
5 files uploaded, named :
MyName1, MyName2, MyName3, MyName4, MyName5

How can I set the extension file to let where lick she is in in the original file?

Thanks
Happy New YearReply
Re: Set file name new!
by colin, 16 years, 11 months ago
I am not too sure I understand your question.

For multiple uploads, see the part called "What about multiple uploads?" in the FAQ.Reply