The process of moving images or similar files from a client machine to a server for storage and possible later display.
Questions tagged [image-uploading]
2997 questions
0
votes
0 answers
SSL breaks a users ability to upload an image
I have a problem that is driving me crazy. I'm working on a business listing website in WordPress which allows business users to upload their businesses, along with a description and an image.
All was working fine in development but as soon as a…

Project-404
- 305
- 2
- 13
0
votes
1 answer
How to run my time sensitive file delete script constantly on my web server
I have an image uploading website, and I'd like to allow for users to select how long they wish the file to be uploaded for, using:
user3913670
0
votes
1 answer
Images not uploading for User avatar (Active storage)
I'm trying to upload avatars for existing users in my rails app using ActiveStorage, but after uploading an image through the devise edit page, it doesn't display the image.
User model
class User < ActiveRecord::Base
has_one_attached…

Eric
- 673
- 1
- 7
- 23
0
votes
1 answer
Update query make record empty from MySQL in Codeigniter PHP
I am trying to update records(first_name,last_name) from MySQL using Codeigniter
but if I do not update first_name OR last_name then record become empty from MySQL,
I want existing record should not be removed/deleted,how can I do this? here is my…

amit
- 1
- 1
- 18
- 28
0
votes
2 answers
Phalcon moveTo function is not moving files to target directory in server?
I'm trying to upload an image to a specific directory but the function moveTo is not moving the image.
public function uploadRecipeImageAction() {
if ($this->request->hasFiles() == true) {
$file = $this->request->getUploadedFiles()[0];
…

Iftikhar uddin
- 3,117
- 3
- 29
- 48
0
votes
1 answer
nginx Returning 500 for POST Image Request with Django Rest Framework
Preface
I have done a lot of research for solutions to similar problems I have been having, but have still yet to solve this major problem I am experiencing. As a last resort, as a lot of cases seem application-specific, I have decided to create a…

gpsugy
- 1,199
- 1
- 11
- 25
0
votes
0 answers
Why aren't my parameters entered into the database? (Kotlin-PHP)
I have a php server with a post method with 3 parameters where the first parameter is used for user_id, the second for the transaction id (trans_id) and the last for the photo file. as follows :
include_once "conn.php";
//Getting the server…
0
votes
1 answer
How to get response while uploading multiple images
I've been struggling to get the response when i am uploading multiple images.The API is supposed to send me some response.(However,on uploading a single image,I am getting a valid response.) Here is the code:
fileChangedHandler = (event) => {
…

Abhinav
- 34
- 2
- 8
0
votes
1 answer
How to add button to start camera
I need some help adding a button, that will start the camera and then the captured image gets uploaded to my server.
the app already functions for browsing the gallery selecting a file adn uploading
I tried several answers from around the internet…

Ruben Meiring
- 35
- 4
0
votes
0 answers
Passing one image through ajax and another through form
Onclick button i am and trying to save 2 different images.
I am passing One image through ajax & another through form, but i can able to download only one image at a time. Will it create any conflicts ?
Do i need to have correct Content-Length…

vickey colors
- 171
- 1
- 10
0
votes
0 answers
multipartRequest to send multiple images to server using volley ,but it is taking more time to upload images
I am taking photos from camera and keeping in a list of upto 5 images .To send these imagelist, I am using the volley multipartRequest but it is taking a lot of time to upload the images to server . I even tried compressing the images into byte…

sandeep kumar
- 1
- 2
0
votes
1 answer
Multipart upload with request parameters and headers (Alamofire)
I'm trying to upload a photo on the server and I have to set the request headers and parameters.
In postman the request looks like image below:
I don't know how to set first key "scan".
I tried to set for the scan key the image local path, the…

Tyrone Prude
- 362
- 7
- 19
0
votes
1 answer
How to make dd($request->hasFile('photo')); return TRUE and upload image in Laravel 5.4
I want to upload image but my image can't upload and i check with dd($request->hasFile('supply_photo')); i get return FALSE and i check again with dd($request->all()) i get
"_token" => "ETFJYrRIe6MWqk0LAwXXfBBIHEldHBP4bDeICbpi"
"item" => "1"…

ShinAe
- 1
- 1
0
votes
0 answers
Unable to upload file stored on my windows machine using Selenium-Python
I am unable to upload a file to a website using selenium python,
My code runs well till Clicking the upload button and opening the Windows file browser frame.
sendkeys doesnot work
AutoIT doesnot work
How do i use this. I tried it but it doesnot…

Ummulkhair Kadri
- 43
- 8
0
votes
0 answers
Error -> Notice: Undefined index: file , when trying to upload an image with a form using the $_FILE variable
I am trying to learn Symfony4 and I want to create an application with the Twitter API. The problem I have is that when I try to load an image in a form, I can not keep the value of an entry (the icon) in a variable $ _FILE and that's why it shows…

cisco
- 165
- 1
- 8