|
Search
You searched for the word(s):
Showing page 1 of 4 (31 total posts)
< 1 second(s)
-
Hi Ken,
For multiple file upload, we made a test setting UploadType to CuteWebUI.UploadType.Silverlight, and the same error occurs (''FLM error xxx''). So it has defenitvely nothing to do with Flash.
And as state before, for single file upload we set UploadType to CuteWebUI.UploadType.IFrame, and we get the error ''unable submit form, ...
-
Well...
For multiple upload, I know there are two possible modes: Flash and Silverlight. We decided forcing using the ''Flash'' mode in our product by explicitly set the property UploadType to CuteWebUI.UploadType.Flash. In that way, we know what customer are using when they complain about the multiple upload (otherwise ...
-
I forgot one detail: this error occurs when using Flash mode for multiple upload.
There is another place in the web application where we use the IFrame mode for single upload, and in that case we get the following error message: ''unable submit form, frame not ready''. Hope it helps!
Again, we get that error only when browsing the ...
-
Hi,
We have one issue in one of our installation: after selecting the files to be uploaded in the ''Browse'' dialog, we get the ''FLM error:12030,'' (it seems I don't have permissions to upload screenshot together with this post, but I can send it to you by e-mail if you want it). Actually they've experienced a few different errors not only ...
-
Hi Terry,
You're right. Our version was one year old. I downloaded the last one and the EMPTY alert has disappeared, many thanks.
The ''double browse button'' issue is not completely resolved, but it's much better now. Actually, we use the AjaxUploader inside a grid (a control we developped ourselves). And we get the ''double browse button'' ...
-
Hi Ken,
Your sample works fine. In my case, it seems to fail because the control is inside an UpdatePanel. Indeed, if I remove the UpdatePanel, it works fine. Are you aware of some problem using AjaxUploader inside UpdatePanels?
Another error I get when using IFrame+FireFox+UpdatePanel: sometimes (but not always), I get a javascript error which ...
-
I get some problem with ShowFrameBrowseButton.
Actually, it works fine at the first load of the page. But if I click the Browse button and select a file, once the file has been uploaded it behaves as if ShowFrameBrowseButton was set to false. Same occurs after an async postback of the page.
-
We have a problem that occurs only with Firefox and UploadType set to IFrame:
in this case, when clicking the ''browse'' button of the UploadAttachments control, then a control similar to the html upload control is displayed. And we have to click the ''browse'' button of that control in order to popup the dialog in which a file can ...
-
No, we don't want to make sure the customer selected the right file...
Actually, when the user upload more than one file at once, we need to to know how they are organized in the original file system, because then we apply some process to the uploaded files, which logic is based on their relative path between each others.
Since it is ...
-
Hi Terry, thanks for you fast answer.
As an alternative, is there a way to forbid picking files from different folder? I searched in the online documentation but I did not find anything about it.
Thanks in advanced
Pierre
1
|
|
|