First of all, I\'ve checked out all the SO threads, and googled my brains out. I must be missing something obvious.
I tried to use the jquery plugin \"uploadify\" to upload multiple files to My App in Google App-Engine, and then save them with blobstore, but it failed. I traced the code into get_uploads, it seemsfi
EDIT: It seems the issue is to do uploadify not having a session, therefore it could not access the page I was sending it to.
I want to do a sort of photo editor, i use uploadify to upload images here are my files: http://www.mediafire.com开发者_StackOverflow社区/?3uzzgx5onzn
Uploadify works for Visual Studio but not for IIS 7 (same machines), using Forms authentication.Does anyone have a working uploadify configuration for IIS 7 where they save to a subfolder?
I\'m running into an issue with Uploadify and I hope someone can help. I have put Uploadify into my app and all works fine in dev (using the VS web server). All worked fine and checked until I deploye
开发者_C百科I have this script <?php if (!empty($_FILES)) { $tempFile = $_FILES[\'Filedata\'][\'tmp_name\'];
Due to a bug in Flash, I have to use the ASPXAuth cookie to log a user in on a page that a flash upload script calls after upload. See this page for more information: http://geekswithblogs.net/apopovs
This seemed like it should be easy, but I have h开发者_StackOverflowad trouble getting it to work. I don\'t know why it doesn\'t.It is just showing the normal file input.
The uploadify plugin for JQuery seems very good and works for most file types. However, it allows me to upload all file types apart from the ones I need.