Re: appending to a filename

See all posts Reply

Re: appending to a filename new!
by Bill, 7 years, 8 months ago
I am appending a time code to each uploaded original filename with the code: $pix->file_name_body_add = time();
My question is, how can I store this new filename in a variable so I can add it to a table in the db? Appreciate any help with this.Reply
Re: appending to a filename new!
by colin, 7 years, 8 months ago
You can get the final filename with file_dst_nameReply