Reply to Re: Upload() or Process() loaded on the server?

Re: Upload() or Process() loaded on the server? new!
by colin, 17 years ago
The uploaded file is stored on the server where you call upload() and process().

You can't do the upload across several domains. PHP manages the actual upload of the file (as in the transmission of the file), and the class handles the file once it has arrived on the server.

HOWEVER, you can do the upload on a server, store the file somewhere as is, and then only later use the class to manipulate the file. So in a first instance, you just upload the file; and on a second instance, you work on the file (the class can also work on local files).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