PHP Classes

upload ftp

Recommend this page to a friend!

      PHP Forms Class with HTML Generator and JavaScript Validation  >  All threads  >  upload ftp  >  (Un) Subscribe thread alerts  
Subject:upload ftp
Summary:exemple of upload ftp
Messages:4
Author:flavio r
Date:2012-08-17 19:53:36
Update:2012-08-17 21:06:26
 

  1. upload ftp   Reply   Report abuse  
Picture of flavio r flavio r - 2012-08-17 19:53:36
Have any examples to upload by ftp with the class formgeneration?

  2. Re: upload ftp   Reply   Report abuse  
Picture of Manuel Lemos Manuel Lemos - 2012-08-17 20:12:17 - In reply to message 1 from flavio r
What do you mean by upload ftp? The forms class is only about HTML forms in Web pages via HTTP.

  3. Re: upload ftp   Reply   Report abuse  
Picture of flavio r flavio r - 2012-08-17 20:39:27 - In reply to message 2 from Manuel Lemos
I need to record some scanned images in a directory on the web server and then write the name of this file in the db.
I only have access to the server via ftp.
I saw some classes in phpclasses but, if possible, I would like to use only the forms generation.
I saw also the examples 'test_upload_progress.php' and 'test_ajax_form.php' but did not understand how to use with ftp.
Is it possible?

  4. Re: upload ftp   Reply   Report abuse  
Picture of Manuel Lemos Manuel Lemos - 2012-08-17 21:06:26 - In reply to message 3 from flavio r
As I mentioned the forms class has nothing to do with FTP.

You add file inputs to a form to upload files to the server via regular HTTP access. Take a look at the test_upload.php example script.