N
N
networkview2015-06-03 16:01:40
PHP
networkview, 2015-06-03 16:01:40

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

1 answer(s)
D
Dmitry, 2015-06-03
@thewind

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 question

Ask a Question

731 491 924 answers to any question