Nico Knoll Posted September 28, 2014 Posted September 28, 2014 Hey, it would be awesome if the module configuration of "WireUpload" would offer fields to insert your FTP data and if possible use it for uploading files. Shouldn't be that complicated to integrate I think. Maybe a point for the 2.6 Roadmap...? Thanks! Nico 1
Joss Posted September 29, 2014 Posted September 29, 2014 Is this aimed at idiots like me who often deal with great big files that defeat PHP upload limits? 1
Nico Knoll Posted January 14, 2015 Author Posted January 14, 2015 (just googled this as I wanted to see if there is already an option and found this topic which was started by me and can't remember when I started it )
Wanze Posted January 14, 2015 Posted January 14, 2015 Would you use this as developer? Because if your end users choose files to upload from their local computer via a form, they are uploaded through HTTP on the server. If you write code to upload a known (big) file from A to B via FTP over PHP, the execution time for your script must be high enough. Cheers 1
Nico Knoll Posted January 14, 2015 Author Posted January 14, 2015 Well I'm often having problems to upload even 5mb files (I think it's due to the server). And I think ftp would handle this much better. So I would love to at least have an option to use it
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now