I am also looking for some thing similar, A file manager for GAE that can be integrated in any app. Could CMS has a similar tool http://cloudcms.sheelapps.com/manage.html. You might get ideas by looking at the code.
Thanks SN On Wed, Apr 21, 2010 at 2:08 PM, lycnsc <[email protected]> wrote: > This is my first time to program for Google App Engine for Java. I > want to make a CMS and store user uploaded data using Blobstore. I'd > like to use CKEditor as web rich text editor in my program. > > upload configuration example of CKEditoris is: > > http://docs.cksource.com/CKEditor_3.x/Developers_Guide/File_Browser_(Uploader)#Other_Resources<http://docs.cksource.com/CKEditor_3.x/Developers_Guide/File_Browser_%28Uploader%29#Other_Resources> > > CKEDITOR.replace( 'editor1', > { > filebrowserBrowseUrl : '/browser/browse.php', > filebrowserUploadUrl : '/uploader/upload.php' > }); > > Uploading a Blob using the Blobstore example is: > http://code.google.com/intl/en/appengine/docs/java/blobstore/overview.html > > <body> > <form action="<%= blobstoreService.createUploadUrl("/upload") %>" > method="post" enctype="multipart/form-data"> > <input type="file" name="myFile"> > <input type="submit" value="Submit"> > </form> > </body> > > > I do not know how to do it. Could anyone help me? > > thanks > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine for Java" group. > To post to this group, send email to > [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-appengine-java%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-appengine-java?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en.
