|
Search
You searched for the word(s): upload'A=0
Showing page 233 of 656 (6,557 total posts)
< 1 second(s)
-
Hi atwoodkevin, The IFrame mode is the basic upload function. by default, AjaxUploader will use Silverlight mode for upload. If client does not install silverlight, it will change to Flash mode. If client does not install Flash too, it will change to IFrame mode. It mean that, all users will not use IFrame mode by default. If ...
-
yes i change the number . but it dosent work for me .
how i can to dont allow to add a file if the size of all the files will move the 200MB ( or what i want) in realtime check (in onselect)
-
Hi,
You must dispose the stream after read it.
using(Stream stream=args.OpenStream())
{
}
or
Stream stream=args.OpenStream();
try
{
}
finally
{
stream.Dispose();
}
Regards,
Terry
-
Hi Yorkey, If he got error ''Flash: The upload task is interrupted io Error #2038 '', it means that he has not use the disable flash upload mode code I provided. And he has not the silverlight v4. After disable the flash upload mode, will never get the ''flash:xxx'' error. Regards, Ken
-
If I use CopyTo the files are shown, but if I use MoveTo, the files are not shown. I am using the multiple file upload. How can I still show the files uploaded, but also move them? We dont want to have to manage deleting items from a folder of temp files.
-
I just had the same problem after uploading a working website to my hosting provider. This also turned out to be a problem with upper-/lowercase of the config files.
I found out that I could even upload admin.config TWICE to my hosting provider if one filename starts with uppercase and the other one with lowercase. I don't know if this has ...
-
Hi Adam.. OK the image upload and edit facility are now working all OK. The only thing that is still not working is the re-indexing process. If I open the edit image window I can see the new image uploaded, however when I try to re-index the file it does not display. I get the Server error... so is it possible that I need to change the properties ...
-
Andrew,
What I can do is search the Connection_Abandoned_By_AppPool
It seems that the worker process crash by an unknown reason.
Please try this (web.config appSettings):
<add key=''CuteWebUI.AjaxUploader.UseAspNetStream'' value=''True''/>
Regards,
Terry
-
Hello... any answer........?Please, we need help... :( By the way, I update you about the situation: yesterday we managed to solve the issue of the italian user by ourselves. The problem was Microsoft Silverlight... that user didn't have it installed on her PC with IE. As soon as she installed and enabled it, she managed to upload files and the ...
-
Hello Ken,
now, i have tryed some other pc's.
if I upload a file, the upload process is very quick, after the upload progressbar is 100% the utilization of the w3pw.exe on the server goes nearly to 100% and it seems that the client is frozen.
After approximately 3 - 5 minutes I get the upload finished dialog and the ...
... 233 ...
|
|
|