[google-appengine] Uploading files for App Engine website

2018-11-29 Thread Grant Coppedge
Hello, I'm trying to launch a web project I've made via google app engine. It is a php project with 5 files: - index.php - connection.php - userpage.php - transit.php - query.php I've tested with multiple different things as my app.yaml, but nothing seems to work. All that is up

[google-appengine] Uploading Files directly to Cloud Storage without going through App Engine Instances

2018-10-25 Thread Abhiram Vedullapalli
I am using SignedURL to upload file directly to Cloud Storage ( using com.google.cloud.storage Client library) without going through App Engine instances. The Process I am following is : Creating a empty Object and generating a SignedURL for that Object : Storage storage = null; try{ FileIn

[google-appengine] Uploading Files.

2011-01-04 Thread Shoubhik
http://www.jsptube.com/servlet-tutorials/servlet-file-upload-example.html I tried uploading files( to the file system, not datastore) it didint work.. as the package couldnt be used. import org.apache.commons.fileupload.FileItem Is there a workaroud? Moreover, can externel packages be install

[google-appengine] Uploading Files - filename

2009-06-07 Thread Todd
It took me hours to discover this, and I wanted to share, since I could not find it anywhere else on the net. To get the filename of an uploaded file ( via the Content-Disposition in the HTTP POST ), use: self.request.params[].filename I suppose this may have been obvious to some, but using sel

[google-appengine] Uploading files using YUI uploader 2.6.0 and Google App Engine

2009-01-29 Thread Aurelia
I am using the Yui Uploader 2.6.0 advanced example and apparently it is working fine on the client side. Basically the uploadAll function in javascript passes to the uploader the url containing the script to handle the uploaded file/s on the server: function upload() { if (fileList != nu