Answer the question
In order to leave comments, you need to log in
How to upload files to an FTP server directly from a website?
Hello!
Let me know if anyone has come across this problem.
It is required to upload files to the FTP server using the form on the php site, while the files can be up to 5GB.
The problem is that the space on the hosting is limited to 1GB.
Question - how bypassing the hosting to upload files directly to FTP?
Answer the question
In order to leave comments, you need to log in
Try looking at jquery file upload and uploading files in chunks, should work... https://github.com/blueimp/jQuery-File-Upload/wiki...
But you will have to finish the PHP script of the server part of this library, so that after loading each part, it will be uploaded to FTP, and only then the status "loaded" will be given ... something like that
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question