Trying to make class.upload.php with Ajax but i need help

See all posts See thread Reply

Re: Trying to make class.upload.php with Ajax but i need help new!
by colin, 11 years, 1 month ago
Well, it all depends on your PHP script. You need to instantiate the class with code like this:
$handle = new upload('php:'.$_SERVER['HTTP_X_FILE_NAME']);

See the examples provided in the package, it should help you out.Reply