Most voted "upload" questions
"Loading" or "Upload" (upload) refers to sending data from a local system to a remote system, such as a server or other client with the intention that the remote system stores a copy of the data being transferred.
Learn more…313 questions
Sort by count of
-
-1
votes1
answer23
viewsHow to cancel the upload of a file in the firebase web Storage?
I created a root storage reference in firebase web through the code below: var storageRef = firebase.storage().ref(); var uploadTask = storageRef.child('img-tour/' +files[0].name).put(files[0]);…
-
-1
votes1
answer53
viewsHow to send mutiplas images with this code!
Just sending a picture! My Form <form role="form" method="post" action="./?action=addmult" enctype="multipart/form-data"> <div class="form-group"> <label>Imagen…
-
-1
votes1
answer285
viewsReact Native upload image network error
I’m having a problem uploading images using React Native, when I select the image the application returns a network error. My code: state = { avatarSource: null, isUploading: false } selectImage =…
-
-1
votes2
answers354
viewsError mimetype application/octet-stream in jpeg image with Laravel
When trying to upload an image with Laravel I notice a different code behavior depending on the size of the image preventing the upload of the file as demonstrated in the image below that I get with…
-
-1
votes1
answer40
viewsHow can I create images with various sizes in wordpress (in the upload folder) by inserting images manually?
Good, I’m migrating a bootstrap news website to wordpress, I’ve already made the site and uploaded all posts and images, but the images only have a single size (there are not several replicates of…
-
-1
votes1
answer834
viewsMultiple file uploads with React.js and typescript
I’m using middleware multer to upload files, but on the front end (with React.js) when using the form-data to get the files selected by the user , but I can’t send to the back-end, I’ve already…
-
-2
votes1
answer28
viewsUpload multiple photos using image path (PHP and Mysql)
Well, I’m having a hard time taking the photo that the user chooses on the computer and playing in the database and then throwing it in a folder created in my project so that I can display the…
-
-2
votes0
answers35
viewsUpload files to Node.js using multer
I’m using multer to upload files to my backend. However, I am in a situation where I need to upload several files along with other data to a form, however each file may contain an associated…
-
-2
votes1
answer15
viewsPHP+File uploading error
Good morning, everyone. I’m trying to do a simple PHP video upload. My HTML code is here: <html> <head> <title>Aproveite o site</title> </head> <body> <form…
-
-3
votes1
answer2656
views -
-3
votes1
answer90
viewsorg.apache.Commons.net.ftp UPLOAD
I am uploading a file to the server but if the file is a bit large (200mb+) the upload is finished but the program crashes and does not give me a return if it completed the upload. If the file is…
-
-3
votes0
answers10
viewsProbrema Codeigniter intelephense 1009 and 1035
I’m having a problem with the Ci_controller class. the problem is reported in the following photos, however it boils down in not finding library Ci_controler [intelephense 1009], consequently not…
-
-4
votes1
answer31
viewsUpload Out of Place
Well I’m a little confused here because I’m creating the folder but at the time of lifting it Upa a level up. where is the error ? if (is_uploaded_file($_FILES["foto"]["tmp_name"])) {…