Upload html and save to Google drive

Asked

Viewed 1,113 times

0

Good afternoon, I wonder if it is possible to make a form with uploads fields in html and save these files in Google drive.

I read about Forms.studio, but their codes are paid for.

Does anyone have any idea how to do that?

1 answer

1


In PHP you can manipulate the files that the user climbs up to the server using the function 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, to answer your question, it is quite possible.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.