Hi Laurence, thank you by your code. i would like to insert some inputs box. But I am not able to pass the variables to the addfiler function. Can you show an example, please? i'not getting success. thank you
thanks sor , I could do it and work successful, but i have a little problem, how i can do to share with another account and it can upload files and I can see it in my google drive , thanks so much in advance!
@@LaurenceSvekisCourses thanks so much sir, it's work perfectly just I want to say thanks again and I appreciate help us in this word of Google app... Is there some book of u recommed us Or me to learn what mean each line of code?
Finally! This is the perfect tutorial that I've been really looking for. Thank you :)
Glad it helped!
@@LaurenceSvekisCourses how do we add input values like a form
Awesome - great explanation all the way through!
Glad you enjoyed it!
One word: "Amazing"!
Hi Laurence, thank you by your code. i would like to insert some inputs box. But I am not able to pass the variables to the addfiler function. Can you show an example, please? i'not getting success. thank you
Please connect with me on my website and I can provide additional contact information for someone that can assist you. basescripts.com/contact
Hello nice tutorial, , I got this one working, but I have one question, after submit and display the message, how can the form reset ?
It can be done with javascript reset() document.getElementById('myform').reset();
Once its in the web app as client side code regular HTML CSS and JS can be used
Thanks for this
thanks sor , I could do it and work successful, but i have a little problem, how i can do to share with another account and it can upload files and I can see it in my google drive , thanks so much in advance!
You can add permissions for other accounts, or have them accept permissions to run the code within their accounts.
@@LaurenceSvekisCourses thanks so much sir, it's work perfectly just I want to say thanks again and I appreciate help us in this word of Google app... Is there some book of u recommed us Or me to learn what mean each line of code?
How can i set preview when i move mouse point to spread sheet file link
You can use canvas to preview images
@@LaurenceSvekisCourses please can you make a video about it.....
Hi! How can you upload multiple files using these script?
You can send them as separate requests to the apps script, use javascript to loop through the frontend code.