All Questions
Tagged with image-upload image
37 questions
0
votes
0
answers
18
views
React multiple image selection doesnt work
import React, { useState, useEffect } from 'react';
import { useParams } from 'react-router-dom';
import axios from 'axios';
import { useNavigate } from 'react-router-dom';
const Element_images = () =...
-1
votes
1
answer
1k
views
PIL.UnidentifiedImageError: cannot identify image file <_io.BytesIO object at 0x11020f880>
I am trying to upload images to s3 via API gateway and sending base64 encoded image's bytes data through API gateway's REST endpoint. Below is the python code that works if i hardcode the bytes data
...
0
votes
1
answer
300
views
how to validate ID or passport image before upload in laravel
how can I restrict user to just upload their ID or Passport images instead of uploading other own images or any other dummy image in laravel
searching for AI or anything which help to analyze image ...
1
vote
1
answer
3k
views
How To Enable Image Upload In CKEditor5 (Classic Editor)?
It is two days that I am trying to add image upload feature to the CKEditor but I did not succeed.
When I click on image upload icon in toolbar, it opens a modal to choose an image (from your computer)...
0
votes
1
answer
237
views
Create page - change image name problem Laravel
this is under create page and want to change the image name follow video id in Laravel project. But when I upload and save the image at create page, save at database name become /tmp/phpRXDHFh, I want ...
0
votes
1
answer
1k
views
Pass image data from view to controller on update button click in update page
Here on the update page load the image is displayed on the web page .
On update button click how to pass the image data(IFormFile) form view to controller.
1
vote
1
answer
5k
views
Is there any way to check a image size before uploading in react native?
I am currently using image picker and image manipulator in my project for uploading and compressing the image. But I want to show user that he cannot upload image greater than any particular size(let'...
0
votes
1
answer
1k
views
How to capture and render multiple images by camera (react native image picker) in react native app
I want to capture and render 3 different different images In react native app. how can I do this. now I am able to click image but when I click image then same image is rendering 3 times but I want to ...
0
votes
1
answer
40
views
I want to upload image in different directory on same server in php
My API is in the 'deals-app/image_upload.php' аnd I want to save upload my image on 'direct_discount/assets/images/offer_images/'. Both directories are on same server:
Here is my code:
if ($_SERVER['...
1
vote
2
answers
2k
views
Intervention image multiple image upload in laravel
in blade
<input type="file" name="image[]" id="" required class="form-control" multiple accept="image/*">
in controller
public function addReviewPost(Request $request)
{
$image = $request-&...
0
votes
2
answers
254
views
Android Firebase storage SDK maximum parallel uploads
I have to upload some hundreds of photos to Firebase Storage. All the images are 10-15KB. I followed the suggestions and sent them 10 by 10. The problem is that the SDK seem to work only with 2 ...
0
votes
3
answers
267
views
Image upload validation in PHP in registration form
I need help with checking if an image has been uploaded and if it has not, set the image path to a default one (Nopic.png).
I am using a form to register users and I need to set a profile image for ...
0
votes
0
answers
48
views
Laravel 5.4 image won't upload
This is my first time working with Laravel 5.4 or any Laravel for that matter. I migrated a perfectly good working website to a new host. Now when I go to upload an image from admin or a user account ...
0
votes
2
answers
1k
views
image are save in folder but not saved in database in yii 2.0
i want to upload image to database but the image just stored in folder and not saved in database. i dont understand what is the problem, please help me, im new in yii2. the code is in actionUpdate on ...
0
votes
1
answer
491
views
Error Adding image in signup form yii2 advanced
i want to add profile avatar in frontend/web/site/signup but there is an error
it said
Unknown Method – yii\base\UnknownMethodException
Calling unknown method: frontend\models\SignupForm::save()
...