Hi,i tried my level best but couldn't create a PHP Script to Upload Files to FTP (To Uploadify) from my local computer.
Any Help..! If anyone can share the Code/ Script?
Hi,i tried my level best but couldn't create a PHP Script to Upload Files to FTP (To Uploadify) from my local computer.
Any Help..! If anyone can share the Code/ Script?
I use DropzoneJS and I’m quite happy with it. It’s quite popular as well.
Firstly, the best way to upload files via PHP is not via FTP.
Check out https://www.dropzone.dev/
If you want to upload files to your own server (which it seems like that's what you're trying to do), use https://www.dropzone.dev/js/
If you want everything to be handled for you (including hosting the files), use https://www.dropzone.dev/plus/ (but it costs money)
Documentation is at https://docs.dropzone.dev/getting-started/installation/stand-alone
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.