swfupload
Debugging a FileQueueError using Swfupload
My swfupload implementation is triggering the fileQueueError function when I try to select multiple files.When I select one file the upload works as expected.[详细]
2022-12-21 17:53 分类:问答Uplodify not firing the onComplete event
I\'m trying to implement uploadify, but for some reason I\'m failing at getting the event onComplete.[详细]
2022-12-21 08:34 分类:问答Uploading images with Uploadify run into IO Error with local proxy (proxy.pac)
I\'m trying to upload images with Uploadify but I run into IO error. I have got http://github.com/leeh/uploadify_paperclip_demo and it works on my computer, so I decided to implement functionality of[详细]
2022-12-21 06:53 分类:问答UploadError 403 in swfupload for Firefox
I\'m trying to upload files using swfuploder and it works fine in IE.But its getting \"UploadError 403\" in Firefox. I\'m using apache-tomcat-6.0.16 and couldnt access the .htaccess file as well.[详细]
2022-12-20 02:08 分类:问答ASP.NET Help! FireFox is eating my cookies!
IE works fine, but FireFox does not. I am setting a cookie on my default.aspx page: HttpCookie hc = new HttpCookie(\"guid\", guid.ToString());[详细]
2022-12-19 17:53 分类:问答swfupload not working under IE anymore
http://demo.swfupload.org/v250be开发者_开发技巧ta2/simpledemo/index.php doesn\'t seem to work in IE any more. Is there a fix for this?[详细]
2022-12-19 10:38 分类:问答Do swfupload have any issues with authentication?
Do swfupload开发者_运维问答 have any issues with authentication in asp.net mvc?Yes, but there is a workaround:[详细]
2022-12-19 04:31 分类:问答Other ways to check the file size before upload
Is there any other way that I can just check the size of a file before upload?The r开发者_如何学Pythonequirement is if the file exceeded the limit, the form mustn\'t submit. If it\'s not, I have to do[详细]
2022-12-19 04:11 分类:问答Using SWFUpload, why are my uploads not being proceesed by upload.aspx when using Firefox (they are processed correctly in IE)?
Using SWFUpload v2.2, Firefox 3, IE 8, Flash 10 In my ASP.NET application all uploads are being processed by upload.aspx (I have the correct upload_url set in the settings object).[详细]
2022-12-18 19:29 分类:问答Does flash always post a "Filename" parameter when doing a file upload?
I have tried two flash upload components, swfupload and uploadify, and both seem to generate POSTs with a \"Filename\" parameter. My problem is that the service I\'m posting to has a strictly specifie[详细]
2022-12-17 14:09 分类:问答