Upload in html and save to Google drive

0

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?

    
asked by anonymous 01.04.2017 / 20:55

1 answer

1

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.

    
01.04.2017 / 21:19