Upload A File That Lives On The Website Server To Another Service Via Ajax
I'm just wondering if what I propose is possible to do with any file, not just images. Basically on the website server I have a assets directory with some generic files. These fil
Solution 1:
you can call a php code with ajax to upload file via ftp
check ftp_exec
or you may send the file using
Post a Comment for "Upload A File That Lives On The Website Server To Another Service Via Ajax"