Duration 9:51

How to get users files on your Google Drive when users upload files

14 164 watched
0
283
Published 24 Oct 2021

#html #appscript #googlesheets #css #javascript #googledrive #coding #learncoding #files Hi guys, I hope it will be useful for you to get the files in your Google Drive when users upload the files. if you only need to upload image files. use this code(input type="file" name="file" onchange="LoadFile(event)" style="margin-left: 50px;color: #167ba3;font-weight: bold;font-size: .82em;" accept="image/*"/) and if you need to upload multiple files. use this code(input type="file" name="file" onchange="LoadFile(event)" style="margin-left: 50px;color: #167ba3;font-weight: bold;font-size: .82em;" multiple/). watch the video from beginning to end. Do not change the file name. if you Change the file name, it does not work. do what I do. If you have any doubts. Comment here. I will help you. If this video useful to you, Don't forget to subscribe, like and comment... Source code: Subscribe to my channel and I will post useful videos for you. so don't forget to subscribe. https://plefigos.com/perfectcod/youtube-blog/ More videos.... 1) How to submit a HTML form to Google Sheets (with full source code): Type (1) /watch/QbOlL-6g2BEgl Type (2) /watch/UsOBjJCtG0ZtB 2) How to create Login and Register Form using Google spreadsheet data? /watch/E9gNSrMu_eCuN 3) How to remove “This application was created by another user, not by Google.” in Google Apps Script? /watch/QB9lohyjYwZjl 3)How to submit HTML form to gmail? /watch/ABpCRyQUIqtUC 4) How to display google sheet data on webpage? /watch/c6iovyNtGNgto 5) How to display student rankings on webpage? /watch/c3-9-GyrpzJr9 6) How to submit HTML form to Gmail? /watch/ABpCRyQUIqtUC 7) How to host your HTML code for free on google drive? /watch/wvGiqxRXT3mXi Learn Google Apps Script: /playlist/PL6odI8-_ja1d0J-RbNJaN-hZNRh2-LARH Learn HTML,CSS,JS: https://play.google.com/store/apps/details?id=com.drkatlearningwebdesign.webappjai

Category

Show more

Comments - 53