Reply to Re: Prefix File Rename

Re: Prefix File Rename new!
by colin, 14 years, 10 months ago
Yes, you can.

Before calling process(), you can read $handle->file_src_name_body. Then, you set $handle->file_new_name_body

For instance, do:
$handle = new Upload(......);
if ($handle->uploaded) {
  $handle->file_new_name_body = '_' . $handle->file_src_name_body;
  $handle->Process(.......);
  // .......
}
Reply

Your reply

Name *
Email 
Title *
Text *
CAPTCHA image
Enter the code displayed on the image:
Click on the image to generate another one if it is hard to read it. The case is important