No video

React Native Document Picker || Upload Images, Pdf in React Native Application

  Рет қаралды 22,574

SG Codes

SG Codes

Күн бұрын

React Native Document Picker || Upload Images, Pdf in React Native Application
In this video, we will see how can we upload files through our React Native application. We will add functionality to upload images, pdf, docs, excel sheets, etc.
Source Code: github.com/off...
For any help or doubts, you can contact me on Instagram or Telegram: sgcodes.co.in/
===============================
Latest Videos
===============================
React Native Calendar:
• React Native Calendar ...
React Native Login-Signup UI:
• React Native Login & S...
React Native Image Carousel:
• Image Carousel in Reac...
React Loaders:
• React Loading Spinners...
Custom React Native Dropdown:
• Custom Select Dropdown...
Uber Interview Process:
• How he cracked Uber wh...
React Native Weather App:
• Weather App in React N...
React Native Movie App:
• React Native Movie App...
React Native Telegram UI Clone:
• Telegram Clone UI usin...
===============================
Popular Playlists:
===============================
React Native Projects:
• React Native Projects
React Native Tutorial:
• React Native Tutorial
React Navigation:
• React Navigation
React Native Custom Components:
• React Native Custom Co...
React Placement Ready:
• React Placement Ready
React Native Crash Course in Hindi:
• React Native Crash Cou...
React Custom Components:
• ReactJs Custom Components
===============================
Popular Videos:
===============================
Get Ready for frontend Developer Interviews:
• React Placement Ready ...
React Native Calculator:
• Light & Dark Theme Cal...
React Native Video Player:
• React Native Video Pla...
React Native Linear Gradient:
• React Native Linear Gr...
===============================
React Placement Ready:
===============================
Part-I Basic React:
• React Placement Ready ...
Part-II Virtual DOM & DOM:
• React Placement Ready ...
Part-III JSX:
• React Placement Ready ...
Part-IV Lifecycle methods:
• React Placement Ready ...
Part-V(a) React hooks:
• React Placement Ready ...
Part-V(b) React Hooks:
• React Placement Ready ...
Part-VI React Components:
• React Placement Ready ...
Part-VII State & Props in React:
• React Placement Ready ...
Part-VIII React Context API:
• React Placement Ready ...
Part-IX Redux:
• React Placement Ready ...
Part-X React Router:
• React Placement Ready ...
Part-XI Miscellaneous:
• React Placement Ready ...
===============================
React Native Crash Course in Hindi:
===============================
The Basics of React Native:
• The Basics of React Na...
User Profile in React Native:
• User Profile in React ...
Form Validation in React Native Part-I:
• Form Validation in Rea...
Form Validation in React Native Part-II:
• Form Validation in Rea...
TODO App in React Native:
• TODO App in React Nati...
COVID Vaccination Slot finding App:
• COVID Vaccination Slot...
===============================
How to Crack Placements & Interviews:
===============================
Get your Dream Job via Cold Calling:
• Get your dream job via...
Get into FAANG via Referral:
• How to get into FAANG ...
Uber Interview Process:
• How he cracked Uber wh...
✨ Tags ✨
react native document picker upload file,react native tutorial,react native document picker,react native document picker example,react native document picker tutorial,react native document picker github,document picker in react native,image upload in react native,profile image upload in react native,react,react native,upload picture react native,document picker react native,document picker react native example,react native tutorial for beginners

Пікірлер: 63
@satyak1337
@satyak1337 Жыл бұрын
Thank you. Short and on point video. No crazy complex project or unnecessary code in the example. 👍
@officialsgcodes
@officialsgcodes Жыл бұрын
Thank you 😊
@user-on3xj6dp9h
@user-on3xj6dp9h 11 ай бұрын
Thankyou for your clear explaination.
@officialsgcodes
@officialsgcodes 11 ай бұрын
You are welcome!
@harshdeep7015
@harshdeep7015 Жыл бұрын
Bro please make a video on how can I render any component from other .js file to current .js file on current.js file's button click?? Means reusable component banana lekin usko tab hi display karna jab jis screen pe usi screen ke button ke press hone pe display karana?? Kahi bhi ye video nahi mil raha hai bahut confusion ho raha hai please make a video... Btw great video👍
@officialsgcodes
@officialsgcodes Жыл бұрын
Video already ban chuki h, next series m publish ho jayegi February m 😊
@harshdeep7015
@harshdeep7015 Жыл бұрын
@@officialsgcodes ok jaldi bro, for example modal kaise show karte hai, beautiful ui view ya card ko other.js file se app.js me kaise display karenge app.js ke data ko other.js ke ui me fit karke app.js me render kaise karenge ye hona chahiye jaroor👍
@officialsgcodes
@officialsgcodes Жыл бұрын
Modal p 2 videos already bana chuka hoon, todo app wali and a detailed tutorial as well. You check that in the meanwhile. Todo App: kzbin.info/www/bejne/l5PKfoWdpJp9rZI Modal Tutorial: kzbin.info/www/bejne/hH-lhGajbK1sh6s
@rsfunlimitless4244
@rsfunlimitless4244 Жыл бұрын
Thank you sir It is very helpful video
@officialsgcodes
@officialsgcodes Жыл бұрын
I'm glad this helped you 😊
@ManishKumar-vx2xe
@ManishKumar-vx2xe Жыл бұрын
thank you for awesome video👍👍
@officialsgcodes
@officialsgcodes Жыл бұрын
😊
@lajun.j
@lajun.j 26 күн бұрын
@rajpootyadav8359
@rajpootyadav8359 8 ай бұрын
If I'm previewing the image or pdf then we selecting the image or pdf so app is crashing. It happens only when first time selection after installation of app.
@mrklenton6897
@mrklenton6897 9 ай бұрын
thank for this video.
@umairali2360
@umairali2360 10 ай бұрын
how to pass selected file in post api, please guide
@rivalheriyan1327
@rivalheriyan1327 Жыл бұрын
Nice sir thanks
@officialsgcodes
@officialsgcodes Жыл бұрын
❤️
@satyak1337
@satyak1337 Жыл бұрын
Please make to upload image picker files to Firebase. This is typical use case for image picker where user logged in user will upload their images to backend(firebase).
@officialsgcodes
@officialsgcodes Жыл бұрын
Sure, will soon make a video on this 👍
@karansingh-nj7rs
@karansingh-nj7rs Жыл бұрын
Good Video sir- could you give me idea how to send this selected image in post API, I mean what type of parameters we need to send while sending uploading image in post api
@officialsgcodes
@officialsgcodes Жыл бұрын
You can send the entire array to the API request and then store the image/pdf to your server. You can use formdata for this purpose.
@karansingh-nj7rs
@karansingh-nj7rs Жыл бұрын
@@officialsgcodes sir i mean for storing image do we need to send type along with image url?
@officialsgcodes
@officialsgcodes Жыл бұрын
No, that's not needed
@khinzaw8065
@khinzaw8065 9 ай бұрын
thank u so much
@chinmaymoharana6562
@chinmaymoharana6562 Жыл бұрын
How to restrict the Google drive files from being uploading
@Zero-qc5nu
@Zero-qc5nu Жыл бұрын
I have question while uploading image and file using document picker using form data i got a network error sometimes and sometimes I am not getting this error in Android itz working fine in ios
@officialsgcodes
@officialsgcodes Жыл бұрын
Network error comes because of missing header content-type. Please add that header, you won't get network error again.
@samarsan4944
@samarsan4944 Жыл бұрын
Acha zra ye bataiye School Management system ki website maine bnai h to kya uska app bhi bna sakte h yem isliye pooch rha aki isme fronted to hota ni ??
@officialsgcodes
@officialsgcodes Жыл бұрын
Haan bana sakte ho. Jo bhi operations aapne website p diye h, unn sabko app par de sakte h
@samarsan4944
@samarsan4944 Жыл бұрын
@@officialsgcodes acha isme website ka dashboard wale code react native m convert ho jyga ??
@officialsgcodes
@officialsgcodes Жыл бұрын
Convert nhi hoga. Aapko doobara likhna padega, but kuch methods reuse kar sakte ho ReactJs k
@user-ic3pp1dv1p
@user-ic3pp1dv1p 8 ай бұрын
hi bro can you make a video on how to upload images and document to google drive using react native android and store the image link to database
@hassanhassouna1066
@hassanhassouna1066 Жыл бұрын
Thanks Sir! I'm facing a problem the pick is always null, did you face anything like that before?
@officialsgcodes
@officialsgcodes Жыл бұрын
I haven't faced anything like this before.
@ayy4703
@ayy4703 10 ай бұрын
Same and i use expo, did you solve it :/
@sumitsolapurkar5545
@sumitsolapurkar5545 Жыл бұрын
Hello Sir , Can u please make a another video in react-native expo with allTypes of files upload.
@officialsgcodes
@officialsgcodes Жыл бұрын
Sure, will make a video with expo as well
@sumitsolapurkar5545
@sumitsolapurkar5545 Жыл бұрын
@@officialsgcodes thank u sir
@diegosolliveira
@diegosolliveira Жыл бұрын
I made all this and the button isn't showing anything when I press
@officialsgcodes
@officialsgcodes Жыл бұрын
Have you added the onpress method?
@abhijeetpatil932
@abhijeetpatil932 10 ай бұрын
content uri ko file uri may kaise convert karu,
@umeshtandon459
@umeshtandon459 Жыл бұрын
TypeError: null is not an object (evaluating 'RNDocumentPicker.pick') ye error aa rha hai sir
@officialsgcodes
@officialsgcodes Жыл бұрын
Check the import statement, seems like import is wrong
@suganya8270
@suganya8270 Жыл бұрын
Hi i also getting the same error please help me to fix it,i checked import
@rohitbera6178
@rohitbera6178 Жыл бұрын
i was facing the same issue as i was using expo , but solved when used expo-document-picker
@mehransoulmusic8666
@mehransoulmusic8666 Жыл бұрын
agr an atteched files ko hum chate ma bajna chaty ho. to kasay karay.
@officialsgcodes
@officialsgcodes Жыл бұрын
I didn't understand your question.
@CitroMake
@CitroMake Жыл бұрын
every time i try to use pick function it give me an error
@officialsgcodes
@officialsgcodes Жыл бұрын
What's the error?
@pratikpashine9054
@pratikpashine9054 Жыл бұрын
HOW TO GET ABSOLUTE PATH OF A FILE from uri content://
@officialsgcodes
@officialsgcodes Жыл бұрын
If you have the uri, then you can simply do uri.getPath() first. This will give you the path uri and then split it on : After splitting you will get the exact path.
@venkkateshmg4850
@venkkateshmg4850 11 ай бұрын
How to split you have mentioned to split it could you please explain
@user-yw5rc5xr6s
@user-yw5rc5xr6s 11 ай бұрын
canivi yetim yetim iwledi
React Native Image Upload with Expo and PHP 🤩
18:31
Simon Grimm
Рет қаралды 14 М.
这三姐弟太会藏了!#小丑#天使#路飞#家庭#搞笑
00:24
家庭搞笑日记
Рет қаралды 101 МЛН
Incredible Dog Rescues Kittens from Bus - Inspiring Story #shorts
00:18
Fabiosa Best Lifehacks
Рет қаралды 29 МЛН
Get 10 Mega Boxes OR 60 Starr Drops!!
01:39
Brawl Stars
Рет қаралды 19 МЛН
Blue Food VS Red Food Emoji Mukbang
00:33
MOOMOO STUDIO [무무 스튜디오]
Рет қаралды 22 МЛН
What’s the Best React Native Storage Option? 🧐
12:53
Simon Grimm
Рет қаралды 39 М.
View PDFs in Expo React Native Apps using react-native-pdf
20:25
Uploading videos and images to Firebase Storage | React Native Tutorial
1:33:46
React native document picker - get your local file URI with full example
10:19
Image Upload in React Native | Expo App
9:24
ToThePointCode
Рет қаралды 27 М.
Generating a PDF File from Expo React Native App
6:06
MissCoding
Рет қаралды 18 М.
How to Upload File/Image to Server with Form Data in React Native
17:16
这三姐弟太会藏了!#小丑#天使#路飞#家庭#搞笑
00:24
家庭搞笑日记
Рет қаралды 101 МЛН