Problem I have written this Ruby script to download some file from server using SFTP. Help me improve this one. […]
Tag: network-file-transfer
Basic PHP Cloud script
Problem I would like to add basic Cloud system to my website project. I have my php login system already […]
Bash script to download sequentially numbered images
Problem This is a pretty basic bash script (3.2 on Mac). I am downloading 584 images from a site in […]
Saving a submitted Mongoose model, possibly with an uploaded image
Problem I have some code which saves a mongoose model from the submitted form data. However the user might also […]
CakePHP image upload component
Problem I would like to know how I can improve this CakePHP 3.0 Component (inside folder controller) 1st: to use […]
Multiple file upload class
Problem I’ve written this a few days back, which is not too big. Do you see anywhere I can improve […]
Securing file uploading
Problem I’m working on this snippet of code within a PHP file. The upload function is working but I suspect […]
FTP File Upload Queue
Problem This code implements an FTPManager class and is designed to be a place to insert file data to be […]
Bad code to handle image upload
Problem I’m using this form to submit articles into the database: <form enctype=”multipart/form-data” method=”post” action=”add.php”> <input name=”title” type=”text”> <input name=”image” […]
Get image from other site in PHP
Problem I would like to get images from other websites. This is my current method but I’m not sure if […]
- 1
- 2