Questions tagged [video-upload]
62 questions
4
votes
1 answer
How to get video size in react native?
when uploading a video on, how to get its size.
I can set a limit to the duration but not the size.
I used this module
react-native-image-picker
this is the code used:
import ImagePicker from 'react-native-image-picker';
…

mohamed al-ashry
- 251
- 6
- 17
3
votes
0 answers
Graph API issue while Instagram Video Posting - Media upload has failed with error code 2207026"
My program is working perfectly fine when I try to upload Pictures through graph API on Instagram.
But when I try to upload videos through graph API it gives this error
{"id":"17907424258891270","status":"Error: Media upload has failed with…

Facts Mania
- 31
- 1
3
votes
0 answers
How to upload video file on Mux
I'm trying to upload a recorded video file and regular video file from the photos gallery on Mux server. I am receiving this error message:
Error:
The input file was not a valid video or audio file [error type: invalid_input] all the time.
I tried…

Kristijan Delivuk
- 1,253
- 13
- 24
3
votes
3 answers
Processing abandoned The video could not be processed
I followed this link with the second answer (two steps) to implement the video upload to Youtube: Upload video on Youtube using curl and api v3
The code works fine, but when I executed, I got response saying:
status:
embeddable: true
license:…

Geo
- 253
- 2
- 4
- 6
3
votes
1 answer
How to get the Video Duration from onChange function after uploading in react.js
I want to get the video duration from onChange function after uploading in react.js. I have shared my code in stackblitz. Link is here - Working Demo
I have mentioned in the code where I need to get the video duration. I need it inside onchange…

Subhojit
- 1,389
- 8
- 19
- 33
2
votes
0 answers
how do i stream a local large video file on my mobile phone to memory using React Native
I'm using React Native to build an app which allows users to upload large video files (say between 500MB and 1GB), however mobile phones have low-memory, and even thought I'm using a Blob and slicing it's content into chunks to read the data with a…

Yoel
- 21
- 2
2
votes
0 answers
URL from File object
Although, I have served quite some years in webdevelopment, I have to admit that I don't really know how (big) file uploads actually work. So I hope this question makes sense after all.
In my app I am uploading large video files to an S3 bucket. The…

Flo Ragossnig
- 1,341
- 14
- 38
2
votes
1 answer
how can I save image and video file in redux
I am preparing a form that has fields to allow the user to post his picture and a video about her/him(self). To post a picture I prepared a component based on input type file, but to upload a video I have used React Dropzone. Now I want to save this…

seven
- 1,183
- 14
- 33
2
votes
0 answers
Uploading video to server with FormData using React Native
I'm trying to upload video files from Android/iOS using the React Native libraries axios and FormData. The upload works fine but when I head the video files they all start with some strings that shouldn't be there and so the videos can't be…

matt
- 2,312
- 5
- 34
- 57
2
votes
0 answers
File upload through Postman is faster than through the browser
I upload the same video file (145 Mb size) from the same computer to the same server. Upload is done with POST request with multipart/form-data. If I do it with Postman, the upload takes about 30s. If I do it from a browser (tested Chrome, FF,…

Dmitry Maksakov
- 1,591
- 1
- 16
- 22
2
votes
0 answers
React - upload a video with youtube data API
I'm trying to upload a video on youtube in my react app using Youtube Data API, but the documentation is a mess.
Is there an example with the javascript SDK somewhere or I have to implement all the API calls one by one (not so simple if you want…

zuno
- 563
- 4
- 19
1
vote
1 answer
Invalid file Uploading a video using Spatie Medialibrary and Dropzone
Please I want to add a feature for Video upload using Spatie Medialibrary but I keep getting this error.
{
"message": "The given data was invalid.",
"errors": {
"file": [
"The file failed to upload."
]
}
}
While the error…

Pat Nadis
- 80
- 9
1
vote
0 answers
I want people upload videos in my youtube channel without giving them access
I am developing a application where i required to collect videos of users, i want them to upload videos to my youtube channel without giving them access, i have checked data api documentation for javascript and php, i used both but i found that all…

vipul
- 21
- 4
1
vote
0 answers
php codeigniter Video Upload Not Uploaded Video file
When uploading image files, the upload is complete and successful, but when uploading the video file, it is not uploaded and it does not show where the error is
HTML Code:
…

FREE SPEED
- 19
- 1
1
vote
1 answer
Creating Video and Audio Upload Feature
I’m in the beginning stages of planning out my final Capstone project for my Bootcamp.
Two of the features I would like to include are the ability to upload:
Audio
Video
I will be using React.JS for Front-End and Python / Django for server…

jamesscott
- 11
- 1