Questions tagged [image-uploading]

The process of moving images or similar files from a client machine to a server for storage and possible later display.

2997 questions
0
votes
2 answers

How to upload an image with Alamofire inside parameters

There's a lot of similar questions on here, but i couldn't find an answer that's help me in solving this problem. What I want to do is upload an image with Alamofire with parameters and the image itself should be part of the parameters. For example…
Yasser
  • 265
  • 1
  • 8
0
votes
0 answers

Serialization of 'Symfony\Component\HttpFoundation\File\File' is not allowed, Symfony4?

I've added an avatar image to my User class. When I wanted to render my edit form, I got this error Serialization of 'Symfony\Component\HttpFoundation\File\File' is not allowed I tried to solve the problem by implementing \Serializable in my User…
Dah
  • 92
  • 8
0
votes
1 answer

Multiple file upload the easy way in django

I have to create a form to make a post with fields like Title, description and images. I could successfully create a post with a single image, but when it comes to multiple images, it is not getting saved. Upon research found that i have to use a…
cappedbot
  • 55
  • 6
0
votes
3 answers

Multiple Images not uploading Only Last Select Image Uploaded

I am uploading multiple images in codeigniter framework. When i select multiple images, it upload only last selected image. Below is my controller code, where i am doing wrong? $files = $_FILES; for($i=0; $i<…
Hamza Zafeer
  • 2,360
  • 13
  • 30
  • 42
0
votes
1 answer

resize the same image 2 times

I upload images with a php script and I want to be able to change the size of an image if the image is too big and then create a thumb of the same image, right now I the image is resized but the thumb is not created for some reason...no errors…
rabidmachine9
  • 7,775
  • 11
  • 46
  • 59
0
votes
2 answers

Ways to upload files from mobile app to S3 bucket without the management console

I wanted to know if I can accomplish my aim of uploading files or large files from my mobile application to my s3 bucket without login into my amazon console. If there is no way to do this, then. How can I upload files once logged in without the…
0
votes
1 answer

How to use getImagesize() for an uploaded file before it gets saved into the server?

Given that getImagesize() requires a string and $_FILES['myfile'] is an array, I've tried to get to the temporary folder and the file uploaded there in order to get the image size, but I do get an error. This is the error that I get: Warning: …
Rosamunda
  • 14,620
  • 10
  • 40
  • 70
0
votes
1 answer

CKEditor text fields in FileManager dialog contents area not working (alternative text, width, height,...)

I am using ckeditor4-react package in my react app. When I want to add image to text, file browser is opening, I select the image or upload the image but I cannot change the size of the image or add alternate text. Because text fields are disabled.…
0
votes
0 answers

Slow Image Upload Speed In Wordpress

Good day, I am having some problems with the WordPress crunching all my images which really slows down the process of uploading images. Is there any way of removing the Flash Uploader. I have already added the following code to all the function.php…
Jaco
  • 1
0
votes
1 answer

Upload details in text without uploading picture in PHP

I am having a problem in which I cannot update details for my user without updating the profile picture. If I click on the submit button without uploading any picture, error such as below will appear. I can update the details if I also updated the…
Naz Azhar
  • 75
  • 8
0
votes
1 answer

Incrase image upload quality

I'm uploading image to server using Bitmap, but unable to upload the full-quality image, image does not look the same quality. Any idea or solution would be really appreciated. I have tried changing Bitmap.CompressFormat.JPEG to PNG and increase…
B.S. Dash
  • 39
  • 9
0
votes
0 answers

How to fix memory usage when uploading huge images in PHP

I am working on an upload script but I'm having some trouble with uploading huge images. Our client needs to upload files of around 20000x20000 pixels, yes, thousands. To make it even worse, his clients need to be able to hit that as well. Now the…
Mark
  • 31
  • 1
  • 3
0
votes
0 answers

Cannot see entire string after converting bitmap to string. Black screen displayed

Converting bitmap to string and printing in toast message does not display string. I see the black screen 'MainActivity.java' public void Upload(View v){ StrictMode.VmPolicy.Builder builder = new StrictMode.VmPolicy.Builder(); …
0
votes
1 answer

Server-side validation to verify an uploaded file is an actual image

I'm building a very simple endpoint to change a user's profile photo and can't find detailed information on how to verify an uploaded file is a real image. On the server, I can easily filter out requests to my endpoint based on the Content-Type…
macalaca
  • 988
  • 1
  • 13
  • 31
0
votes
0 answers

Image is not uploading in WordPress dashboard

When I try to upload the image through media, it shows some error in WordPress. The image is not uploading in the WordPress dashboard.
1 2 3
99
100