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










share|improve this question






















  • 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















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










share|improve this question






















  • 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













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










share|improve this question













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






share|improve this question













share|improve this question











share|improve this question




share|improve this question










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


















  • 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












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.






share|improve this answer



















  • 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











Your Answer






StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");

StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















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

























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.






share|improve this answer



















  • 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















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.






share|improve this answer



















  • 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













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.






share|improve this answer














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.







share|improve this answer














share|improve this answer



share|improve this answer








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














  • 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


















draft saved

draft discarded




















































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.




draft saved


draft discarded














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





















































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







Popular posts from this blog

Trompette piccolo

Slow SSRS Report in dynamic grouping and multiple parameters

Simon Yates (cyclisme)