Google AppMaker Registration form with Photo Upload
up vote
0
down vote
favorite
Hope you are all well.
Wondered if anyone out there can help. With Google Appmaker, is it possible to create a application form to send to applicants outside our organisation with file upload ability?
We want to get people to apply with the usual name, email etc. But then want them to be able to upload a photo of themselves.
All I can see is the Drive picker widget but wondered if there was a way of getting them to browse their computer and upload and submit.
Google Forms doesn't allow file uploads, otherwise it would have been perfect for us.
Thanks
Glen
google-apps-script google-cloud-platform google-app-maker
add a comment |
up vote
0
down vote
favorite
Hope you are all well.
Wondered if anyone out there can help. With Google Appmaker, is it possible to create a application form to send to applicants outside our organisation with file upload ability?
We want to get people to apply with the usual name, email etc. But then want them to be able to upload a photo of themselves.
All I can see is the Drive picker widget but wondered if there was a way of getting them to browse their computer and upload and submit.
Google Forms doesn't allow file uploads, otherwise it would have been perfect for us.
Thanks
Glen
google-apps-script google-cloud-platform google-app-maker
Google forms allows file uploads
– TheMaster
Nov 22 at 16:06
Indeed uploading files is supported, here are more details (sites.google.com/site/scriptsexamples/home/announcements/…)
– MonicaPC
Nov 23 at 19:45
Thanks for the response :-) However it's not supported without Google sign in which if we are sending to various applicants externally it will be an issue
– Glen
Nov 27 at 16:52
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
Hope you are all well.
Wondered if anyone out there can help. With Google Appmaker, is it possible to create a application form to send to applicants outside our organisation with file upload ability?
We want to get people to apply with the usual name, email etc. But then want them to be able to upload a photo of themselves.
All I can see is the Drive picker widget but wondered if there was a way of getting them to browse their computer and upload and submit.
Google Forms doesn't allow file uploads, otherwise it would have been perfect for us.
Thanks
Glen
google-apps-script google-cloud-platform google-app-maker
Hope you are all well.
Wondered if anyone out there can help. With Google Appmaker, is it possible to create a application form to send to applicants outside our organisation with file upload ability?
We want to get people to apply with the usual name, email etc. But then want them to be able to upload a photo of themselves.
All I can see is the Drive picker widget but wondered if there was a way of getting them to browse their computer and upload and submit.
Google Forms doesn't allow file uploads, otherwise it would have been perfect for us.
Thanks
Glen
google-apps-script google-cloud-platform google-app-maker
google-apps-script google-cloud-platform google-app-maker
asked Nov 22 at 14:53
Glen
1
1
Google forms allows file uploads
– TheMaster
Nov 22 at 16:06
Indeed uploading files is supported, here are more details (sites.google.com/site/scriptsexamples/home/announcements/…)
– MonicaPC
Nov 23 at 19:45
Thanks for the response :-) However it's not supported without Google sign in which if we are sending to various applicants externally it will be an issue
– Glen
Nov 27 at 16:52
add a comment |
Google forms allows file uploads
– TheMaster
Nov 22 at 16:06
Indeed uploading files is supported, here are more details (sites.google.com/site/scriptsexamples/home/announcements/…)
– MonicaPC
Nov 23 at 19:45
Thanks for the response :-) However it's not supported without Google sign in which if we are sending to various applicants externally it will be an issue
– Glen
Nov 27 at 16:52
Google forms allows file uploads
– TheMaster
Nov 22 at 16:06
Google forms allows file uploads
– TheMaster
Nov 22 at 16:06
Indeed uploading files is supported, here are more details (sites.google.com/site/scriptsexamples/home/announcements/…)
– MonicaPC
Nov 23 at 19:45
Indeed uploading files is supported, here are more details (sites.google.com/site/scriptsexamples/home/announcements/…)
– MonicaPC
Nov 23 at 19:45
Thanks for the response :-) However it's not supported without Google sign in which if we are sending to various applicants externally it will be an issue
– Glen
Nov 27 at 16:52
Thanks for the response :-) However it's not supported without Google sign in which if we are sending to various applicants externally it will be an issue
– Glen
Nov 27 at 16:52
add a comment |
1 Answer
1
active
oldest
votes
up vote
1
down vote
You can use this sample app: Drive Picker to let users upload files from their computers. Please note that uploading files with Google Forms is supported.
1
Thank you :-) Its supported, however you need a google sign in to do an upload and external applicants might not be on Google. Ill look into Drive picker
– Glen
Nov 27 at 16:54
If it's working, please consider to accept the answer :) Also, if your use case implies allowing anonymous users, please check this thread webapps.stackexchange.com/questions/87855/…
– MonicaPC
Nov 28 at 22:35
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
You can use this sample app: Drive Picker to let users upload files from their computers. Please note that uploading files with Google Forms is supported.
1
Thank you :-) Its supported, however you need a google sign in to do an upload and external applicants might not be on Google. Ill look into Drive picker
– Glen
Nov 27 at 16:54
If it's working, please consider to accept the answer :) Also, if your use case implies allowing anonymous users, please check this thread webapps.stackexchange.com/questions/87855/…
– MonicaPC
Nov 28 at 22:35
add a comment |
up vote
1
down vote
You can use this sample app: Drive Picker to let users upload files from their computers. Please note that uploading files with Google Forms is supported.
1
Thank you :-) Its supported, however you need a google sign in to do an upload and external applicants might not be on Google. Ill look into Drive picker
– Glen
Nov 27 at 16:54
If it's working, please consider to accept the answer :) Also, if your use case implies allowing anonymous users, please check this thread webapps.stackexchange.com/questions/87855/…
– MonicaPC
Nov 28 at 22:35
add a comment |
up vote
1
down vote
up vote
1
down vote
You can use this sample app: Drive Picker to let users upload files from their computers. Please note that uploading files with Google Forms is supported.
You can use this sample app: Drive Picker to let users upload files from their computers. Please note that uploading files with Google Forms is supported.
edited Dec 5 at 0:03
answered Nov 23 at 19:57
MonicaPC
926
926
1
Thank you :-) Its supported, however you need a google sign in to do an upload and external applicants might not be on Google. Ill look into Drive picker
– Glen
Nov 27 at 16:54
If it's working, please consider to accept the answer :) Also, if your use case implies allowing anonymous users, please check this thread webapps.stackexchange.com/questions/87855/…
– MonicaPC
Nov 28 at 22:35
add a comment |
1
Thank you :-) Its supported, however you need a google sign in to do an upload and external applicants might not be on Google. Ill look into Drive picker
– Glen
Nov 27 at 16:54
If it's working, please consider to accept the answer :) Also, if your use case implies allowing anonymous users, please check this thread webapps.stackexchange.com/questions/87855/…
– MonicaPC
Nov 28 at 22:35
1
1
Thank you :-) Its supported, however you need a google sign in to do an upload and external applicants might not be on Google. Ill look into Drive picker
– Glen
Nov 27 at 16:54
Thank you :-) Its supported, however you need a google sign in to do an upload and external applicants might not be on Google. Ill look into Drive picker
– Glen
Nov 27 at 16:54
If it's working, please consider to accept the answer :) Also, if your use case implies allowing anonymous users, please check this thread webapps.stackexchange.com/questions/87855/…
– MonicaPC
Nov 28 at 22:35
If it's working, please consider to accept the answer :) Also, if your use case implies allowing anonymous users, please check this thread webapps.stackexchange.com/questions/87855/…
– MonicaPC
Nov 28 at 22:35
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53433521%2fgoogle-appmaker-registration-form-with-photo-upload%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Google forms allows file uploads
– TheMaster
Nov 22 at 16:06
Indeed uploading files is supported, here are more details (sites.google.com/site/scriptsexamples/home/announcements/…)
– MonicaPC
Nov 23 at 19:45
Thanks for the response :-) However it's not supported without Google sign in which if we are sending to various applicants externally it will be an issue
– Glen
Nov 27 at 16:52