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?

Recommended Answers

All 2 Replies

I use DropzoneJS and I’m quite happy with it. It’s quite popular as well.

commented: Can you please elaborate? Like the steps, i am bit new to this. +0

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

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.