Good afternoon, I would like to know if it is possible to make a form with html upload fields and save these files to Google drive.
I read about forms.studio, but their codes are paid for.
Does anyone have any idea how to do this?
Good afternoon, I would like to know if it is possible to make a form with html upload fields and save these files to Google drive.
I read about forms.studio, but their codes are paid for.
Does anyone have any idea how to do this?
In PHP you can manipulate the files that the user uploads to the server using the move_uploaded_file
. With it, you move the file somewhere on your server and then use the Google Drive API > to send the file.
So, by answering your question, it's perfectly possible.