730 questions
0
votes
1
answer
45
views
MulterError: Unexpected field when uploading image file using Multer and Express.js
I am having trouble registering and the problem occurs when uploading an image file using Multer in my Express.js application in the form.
I am getting an error "MulterError: Unexpected field&...
0
votes
0
answers
51
views
How can I add a custom button in a React rich text editor that shows/hides an image when clicked?
I am working on a React application and using jodit-react toolbars to allow users to add and edit content. I want to add a custom button to the toolbar that, when clicked, inserts an image and allows ...
0
votes
2
answers
75
views
Uploading image to S3 from user-submitted form completes but corrupted
In a Remix app, I have a form I'm using to select & upload an image, just a simple <input name="image" type="file" />
The form POSTs to a Remix handler, and in the ...
1
vote
0
answers
51
views
CKEditor 5 when pasting an image it's using the URL from metadata instead of the image itself
I'm using CKEditor 5 with the simple upload plugin.
(1) If I find an image via Chrome and click "Copy Image Address" and paste it, it embeds the image using the url i've copy and pasted as ...
1
vote
0
answers
53
views
Angular The file upload screen nothing happens
The file upload screen appears, but when I click upload, nothing happens.
A pop-up window should appear saying "Are you sure?"
As I show in this video, nothing happens.
Angular Side :
file-...
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 = () =...
0
votes
0
answers
49
views
Retrieve the image in Gutenberg from the Url Json
[enter image description here][1]I have a Json data and I want to retrieve the image Url and download it in my Local Wordpress. Each remote url has its local correspondent. When I want to edit the ...
0
votes
1
answer
163
views
Best Practice for uploading image files in flutter
I am quite new to the image upload scenario, can the community suggest best practices to follow while uploading an image file to the server. The end point is already developed and right now I am ...
0
votes
1
answer
360
views
419 error when uploading images in Laravel with filepond
The codes I used and wrote are as follows. I'm getting a 419 error when uploading a file.
create.blade.php
`
// Get a reference to the file input element
const inputElement = document.querySelector('...
0
votes
1
answer
981
views
How to upload the images on Uploadthing using express and reactjs
I tired the to upload the images on Uploadthing I can't.
I provide these how to fix this problem
my server folder
index.js file
index.js
uploadthing.js
uploadthing.js
my frontend folder
app.jsx where ...
2
votes
0
answers
119
views
jpg image file can't be open after OSS upload
The React Native 0.70 app uses react-native-blob-util to read jpg image file from image picker before uploading it to OSS. Here is the code:
import ReactNativeBlobUtil from "react-native-blob-...
1
vote
0
answers
154
views
Expo React-Native Image upload to firebase in the background
I am trying to make an app that allows users to take pictures with their device camera (ios for now) and then have that auto upload to set of events in firebase. The upload should either happen in the ...
0
votes
1
answer
79
views
In asp.net core mvc I got an error, when I upload the image and click on submit button I got an error
The Error =
SqlException: Cannot insert the value NULL into column 'PictureUrl', table 'Hospitaldb.dbo.AspNetUsers'; column does not allow nulls. INSERT fails.The statement has been terminated.
In ...
0
votes
1
answer
39
views
error during upload and resize file in laravel when tested using postman
I'm using Postman ver 0.12.1 plugin in Visual Studio Code to test the uploading and resizing image file but I'm getting an error that I don't know how to fix. can anyone point me to the right ...
1
vote
0
answers
42
views
Bulletproof image uploader setName() function seems broken
I'm using https://github.com/samayo/bulletproof to upload images in the version 5.0.1. and it seems that the setName() function doesn't seem to work properly.
When you use it like the given example ...