python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
IBrowserFile FromIMageFileAsync incomplete image
I'm uploading images to my app and I'm using this code:
public static async Task<string> GetThumbnailAndImage(InputFileChangeEventArgs e)
{
var file = e.File;
var imageT...

MarchalPT
Votes: 0
Answers: 2
Upload photo taken under Webkit on Android 10,11 or 12
I have a webkit in the app that opens a webpage where the user is able to upload a picture from his phone or take a photo and upload it.
This code was working well until Android 10, 11 or new one, And...
Kotik_o
Votes: 0
Answers: 0
Upload Files and a String in same Flask Request
I would like to upload files and a separate string containing an email address using flask.
I have it working to upload the files and have the email address stored on the server but would like to uplo...

James Blackwell
Votes: 0
Answers: 1
Resume the Ajax upload form when the Internet is connected
When the user's internet is connected, the upload is done and while uploading, the internet is suddenly disconnected and the form upload is failed.(status = (failed)net::ERR_INTERNET_DISCONNECTED , Ty...

Ebr Mo
Votes: 0
Answers: 0