# How to make a App Which Upload The Pdf

**URL:** https://community.thunkable.com/t/how-to-make-a-app-which-upload-the-pdf/1371375
**Category:** Questions about Thunkable X
**Created:** [June 30, 2021, 8:45am UTC](https://community.thunkable.com/t/how-to-make-a-app-which-upload-the-pdf/1371375 "2021-06-30T08:45:02Z")
**Posts on this page:** 10
**Page:** 1

<div class="post-metadata">

### Author: ![rishabh\_jainsec.acc](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/rishabh_jainsec.acc/32/125953_2.png) [@rishabh\_jainsec.acc](https://community.thunkable.com/u/rishabh_jainsec.acc)
#### Post date: [June 30, 2021, 8:45am UTC](https://community.thunkable.com/t/how-to-make-a-app-which-upload-the-pdf/1371375/1 "2021-06-30T08:45:02Z")

</div>

Hi there how to make a app which upload pdfs

---

<div class="post-metadata">

### Author: ![goutham](https://avatars.discourse-cdn.com/v4/letter/g/22d042/32.png) [@goutham](https://community.thunkable.com/u/goutham)
#### Post date: [June 30, 2021, 12:40pm UTC](https://community.thunkable.com/t/how-to-make-a-app-which-upload-the-pdf/1371375/2 "2021-06-30T12:40:14Z")

</div>

> **[PDF Reader](https://docs.thunkable.com/v/drag-and-drop/pdf-reader)**

---

<div class="post-metadata">

### Author: ![rishabh\_jainsec.acc](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/rishabh_jainsec.acc/32/125953_2.png) [@rishabh\_jainsec.acc](https://community.thunkable.com/u/rishabh_jainsec.acc)
#### Post date: [June 30, 2021, 1:34pm UTC](https://community.thunkable.com/t/how-to-make-a-app-which-upload-the-pdf/1371375/4 "2021-06-30T13:34:11Z")

</div>

I Don’t want pdf reader i want pdf uploader

---

<div class="post-metadata">

### Author: ![tatiang](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/tatiang/32/55482_2.png) [@tatiang](https://community.thunkable.com/u/tatiang)
#### Post date: [June 30, 2021, 2:56pm UTC](https://community.thunkable.com/t/how-to-make-a-app-which-upload-the-pdf/1371375/5 "2021-06-30T14:56:46Z")

</div>

Can you explain more about what you need? For example, do you expect Thunkable to store an existing PDF and then allow the user to upload it somewhere else? And where would that location be? Or are you wanting Thunkable to create a PDF from data? And where would you be storing that data?

---

<div class="post-metadata">

### Author: ![sketch](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/sketch/32/109058_2.png) [@sketch](https://community.thunkable.com/u/sketch)
#### Post date: [June 30, 2021, 3:47pm UTC](https://community.thunkable.com/t/how-to-make-a-app-which-upload-the-pdf/1371375/7 "2021-06-30T15:47:23Z")

</div>

I think hé wants to be able to let the user pick a PDF file and then upload it to e.g. Firebase.

If so you need to write some JavaScript codes.  
To pick a PDF file and then return the PDF to the app.

And put the JavaScript code into a WebViewer with a receive message event to upload the PDF to e.g. Firebase.

Cheers  
Luke

---

<div class="post-metadata">

### Author: ![muneer](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/muneer/32/75210_2.png) [@muneer](https://community.thunkable.com/u/muneer)
#### Post date: [June 30, 2021, 5:28pm UTC](https://community.thunkable.com/t/how-to-make-a-app-which-upload-the-pdf/1371375/8 "2021-06-30T17:28:49Z")

</div>

Picking/selecting a file is very easy in JavaScript but the following action (upload to Firebase) is not supported in Thunkable so you will need to write more JavaScript codes.

However, it is worth trying to see if it can be loaded to cloudinary. 🤔

---

<div class="post-metadata">

### Author: ![jane](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/jane/32/27575_2.png) [@jane](https://community.thunkable.com/u/jane)
#### Post date: [July 1, 2021, 9:21am UTC](https://community.thunkable.com/t/how-to-make-a-app-which-upload-the-pdf/1371375/9 "2021-07-01T09:21:51Z")

</div>

I will echo muneer’s suggestion of uploading your PDF to Cloudinary!  
Once you have done so, you will have a URL that points to your PDF. You can then save this URL to your Firebase realtime DB.

---

<div class="post-metadata">

### Author: ![vishruth-ram](https://avatars.discourse-cdn.com/v4/letter/v/82dd89/32.png) [@vishruth-ram](https://community.thunkable.com/u/vishruth-ram)
#### Post date: [September 15, 2021, 9:15am UTC](https://community.thunkable.com/t/how-to-make-a-app-which-upload-the-pdf/1371375/10 "2021-09-15T09:15:21Z")

</div>

try

> [@Get data without API](https://community.thunkable.com/t/get-data-without-api/1506349):
>
> you’ll need one thing to access data from your device file:///C:/Users/MS/Desktop/ - link to paste on the web viewer

---

<div class="post-metadata">

### Author: ![muneer](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/muneer/32/75210_2.png) [@muneer](https://community.thunkable.com/u/muneer)
#### Post date: [September 15, 2021, 9:18am UTC](https://community.thunkable.com/t/how-to-make-a-app-which-upload-the-pdf/1371375/11 "2021-09-15T09:18:15Z")

</div>

Have you tried this from your mobile phone?

Can you provide an example? People will mostly use the app from a mobile device nor from the **C drive**.

---

<div class="post-metadata">

### Author: ![ioannis](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/ioannis/32/146956_2.png) [@ioannis](https://community.thunkable.com/u/ioannis)
#### Post date: [November 8, 2024, 1:20pm UTC](https://community.thunkable.com/t/how-to-make-a-app-which-upload-the-pdf/1371375/12 "2024-11-08T13:20:02Z")

</div>


