Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
PHP File Uploader
»
Re: Renaming File
Re: Renaming File
08-23-2010, 7:33 PM
stoi2m1
Joined on 08-22-2010
Posts 9
Re: Renaming File
Reply
Quote
Adam,
I tried to use the following code from option 2.
$filename = str_replace(' ', '_', $mvcfile->FileName);
$mvcfile->CopyTo($uploadpath.$filename);
But Im getting this error Call to a member function CopyTo() on a non-object.
Jesse
View Complete Thread