uploadify

uploadify使用

谁说胖子不能爱 提交于 2019-11-26 12:08:38
jquery.uploadify.min.js /* Uploadify v3.2.1 Copyright (c) 2012 Reactive Apps, Ronnie Garcia Released under the MIT License <http://www.opensource.org/licenses/mit-license.php> SWFUpload: http://www.swfupload.org, http://swfupload.googlecode.com mmSWFUpload 1.0: Flash upload dialog - http://profandesign.se/swfupload/, http://www.vinterwebb.se/ SWFUpload is (c) 2006-2007 Lars Huring, Olov Nilzén and Mammon Media and is released under the MIT License: http://www.opensource.org/licenses/mit-license.php SWFUpload 2 is (c) 2007-2008 Jake Roberts and is released under the MIT License: http://www

Uploadify plugin doesn&#39;t call Java Servlet

有些话、适合烂在心里 提交于 2019-11-26 09:40:00
问题 i just started using Uploadify flash plugin instead of standard HTML UI. And met the next problem: when I click \"Upload Files\" link,that progress is shown and \"completed\" status is appeared, but in reality - it didn\'t happened anything,Java Servlet isn\'t called from backend. There is upload servlet and uploading performed next way earlier : < form enctype=\"multipart/form-data\" method=\"post\" target=\"uploadFrame\" action=\"<%= request.getContextPath() %>/uploadFile?portletId=$

Uploadify (Session and authentication) with ASP.NET MVC

好久不见. 提交于 2019-11-26 03:37:39
问题 When I use Authorize filter on an action or a controller used by uplodify (http://www.uploadify.com/) the action isn\'t reach... moreover Session are not retrieved. I found this to retrieved user session : http://geekswithblogs.net/apopovsky/archive/2009/05/06/working-around-flash-cookie-bug-in-asp.net-mvc.aspx But how to use it with [Authorize] filter and retrieved session ? 回答1: To correct this I propose you a solution... Send the auth cookie value and session id cookie value with uploadify