In php.ini
*Registered PHP Streams* ftps, compress.zlib, file, ftp, zip, php, redirect, http, https, gs I would like to use a form with input type = file to let the user upload files to Google Drive. I want to read the file-content: $data = file_get_contents($_FILES['fileToUpload']['tmp_name']) This produces a warning: Warning: file_get_contents(): Unable to find the wrapper "vfs" - did you forget to enable it when you configured PHP? After this, I want to insert a file in Google Drive and change its content to $data. How can this be solved or is there a work-around -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/f1d069d0-9718-4ee4-b3ee-d0da2c858716%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
