Top "Upload" questions

Upload refers to the sending of data from a local system to a remote system such as a server or another client with the intent that the remote system should store a copy of the data being transferred, or the initiation of such a process

Symfony2 file upload step by step

I am still learning Symfony2 and don't understand how to upload a file. Don't worry, I've already checked the documentation. …

file symfony doctrine-orm upload formbuilder
How to reduce an Image file size before uploading to a server

Lot of application allow sharing an image, which is picked from the gallery. Do they upload the original image file? …

android image upload
PHP read from uploaded text file?

If I upload a text file via a form, is it possible to output its contents directly from the $_FILES …

php file upload
How can I upload an entire folder, that contains other folders, using sftp on linux?

I have tried put -r directory/*, which only uploaded the files and not folders. Gave me the error, cannot Couldn't …

linux recursion upload console sftp
How to determine if user selected a file for file upload?

If I have a <input id="uploadFile" type="file" /> tag, and a submit button, how do I determine, …

javascript html upload
How do you upload a file to an FTP server?

I created a function to download files from an FTP server that I have access to. How would I upload …

java upload ftp download
How to test if a user has SELECTED a file to upload?

on a page, i have : if (!empty($_FILES['logo']['name'])) { $dossier = 'upload/'; $fichier = basename($_FILES['logo']['name']); $taille_maxi = 100000; $…

php file upload
Invalid Bundle Error - "requires launch storyboard"

I keep getting this error when I try to submit my app to the store using Xcode: ERROR ITMS-90475: "Invalid …

xcode ipad upload app-store multitasking
Preview Image before uploading Angularjs

Hi I was wondering if there was a way to preview images before I upload them using angularjs? I am …

ajax angularjs file-upload upload angularjs-directive
mkdir() says theres no such directory and fails?

Im likely doing something very simply wrong, but when I try to make a directory (using a variable of an …

php upload mkdir