Sorry, my web.config httpruntime was not configured.....fixed
2 2011-07-26 17:29:51
Re: max_file_size (4 replies, posted in General discussion)
Also the javascript is in an external file, Does that make a difference?
3 2011-07-25 15:33:57
Re: max_file_size (4 replies, posted in General discussion)
Hi, I left only one and no, it did not pick up the file_size. It does fires all the events though, but i never get the file on the server...This is the set up where I am refreshing after collapsing panels.....
4 2011-07-19 20:35:48
Topic: max_file_size (4 replies, posted in General discussion)
I have 3 uploaders in one page, each one has a different value for max_file_size: 10mb, 15mb and 100mb. however none is taken the corresponding value they all default to like 3mb.... Any ideas why?
5 2011-06-30 21:48:48
Re: plupload inside a collapsible panel (4 replies, posted in General discussion)
solved, yes i made the uploader variable global then refresh() when opening the collapsible panel fixed the issue..thanks
6 2011-06-28 17:27:06
Re: plupload inside a collapsible panel (4 replies, posted in General discussion)
Yes, i do have a container. However loosing Plupload does not happen on collapsing the panel but when i toggle the visibility between user controls. one of them have plupload the other just a form. i tried calling refresh() on usercontrol Load but it did not work...... Where would you recommend calling refresh(). thanks
7 2011-06-24 22:47:49
Re: plupload inside a collapsible panel (4 replies, posted in General discussion)
update, the above scenario only happens in firefox, IE9 does catch plupload on every postback.....
8 2011-06-24 22:37:19
Topic: plupload inside a collapsible panel (4 replies, posted in General discussion)
I placed the add files button inside a ASP.NET AJAX collapsible panel for plupload. On first Page load it works, maybe because the collapsible panel is not closed yet at that point even though i set it to collapsible=true. After subsequent postback I find that when opening the collapsible panel the button to add files no longer works...... I am thinking that because the panel is collapse "hidden" plupload can not find a reference to it....is there a work around to it? Any ideas, please...
9 2011-06-23 16:18:27
Re: update panel (3 replies, posted in General discussion)
Update, Probably yesterday was not my lucky day. I tried again today and it worked. thanks
10 2011-06-22 21:38:37
Re: update panel (3 replies, posted in General discussion)
Anybody, any ideas?...my fileuploaded event does not happens...
11 2011-06-21 21:04:00
Topic: update panel (3 replies, posted in General discussion)
Is it possible to run Plupload inside a MS Ajax update panel?
12 2011-06-08 15:16:51
Topic: about flash plug in (1 replies, posted in General discussion)
how can i do to ask users to install flash plugin if not present in the PC? Could i get the event and a sample code?, thanks
13 2011-05-10 20:31:08
Topic: licking on add files button (1 replies, posted in General discussion)
I made a ajax popup that when shown goes on top of the add files button for plupload. luckily enough the Ok button on the ajax pop falls righ on top the add files for plupload. When clicking Ok to close the ajax pop up the open dialog opens.....any ideas?
14 2011-03-08 15:23:21
Re: flash updates (2 replies, posted in General discussion)
I am on a 64-bit machine
15 2011-03-07 21:41:16
Topic: flash updates (2 replies, posted in General discussion)
I just applied the latest update from Adobe to the flash plug in and I think the uploader stopped working. Could this be an issue?..
16 2011-02-28 22:30:11
Re: flash runtime.... (1 replies, posted in Core API)
Is working now, the code was stuck.....
17 2011-02-28 21:27:15
Topic: flash runtime.... (1 replies, posted in Core API)
Does FileUpload event declared as
uploader.bind('FileUploaded', function (up, file) {
$('#' + file.id + " td b").html("100%");
});
should be fired on every file uploaded using Core API?
UploadProgress is working fine but FileUpload never gets fired??
thanks
18 2011-02-28 20:38:29
Re: autostart example (5 replies, posted in General discussion)
Silverlight works but flash even with the delay did not pick up....I set it to 2sec..
19 2011-02-28 18:34:05
Re: autostart example (5 replies, posted in General discussion)
I am using flash runtime and by setting uploader.bind('FilesAdded', function (up, files) { uploader.start();}); it will not autostart, however silverlight does work....Anything i should know about flash?
20 2011-02-25 23:16:25
Re: autostart example (5 replies, posted in General discussion)
Please It won't autostart, could someone give me an example or things to setup to get it going? thanks
21 2011-02-25 18:16:05
Topic: autostart example (5 replies, posted in General discussion)
I set in var uploader = new plupload.Uploader({ autostart: true.....});
However it is not starting.
Is there any other setup i should do?
22 2011-02-24 20:05:46
Re: UploadProgress not firing (9 replies, posted in General discussion)
I am sorry I look in the documentation but nothing lead me on how to setup plupload to send multipart_params and also how to change it for every file..I thank you for the quick responses
23 2011-02-24 19:43:47
Re: UploadProgress not firing (9 replies, posted in General discussion)
Thanks, With chunks, how do i know on the server side which one is the last chunk?
24 2011-02-24 18:34:59
Re: UploadProgress not firing (9 replies, posted in General discussion)
Ok thanks, Is there a way to go around with flash so that i could have a progress feedback?
25 2011-02-24 17:22:53
Re: UploadProgress not firing (9 replies, posted in General discussion)
We updated to the latest flash plugin released from adobe, is this an issue?