|
Search
You searched for the word(s):
Showing page 37 of 231 (2,301 total posts)
< 1 second(s)
-
John,
That's not normal.
What browser are you testing ? can you try another browser ?
And which mode ? Flash/Silverlight/IFrame (right click the button, you will see context menu for Flash or Silverlight)
Regards,
Terry
-
Matt,
It seems that the MVC2 framework make the UploadHandler.ashx stop working.
Can you make sure the UploadHandler.ashx can be executed ?
Regards,
Terry
-
John,
You need copy the data when the OnPostback event fired, and maintain the table by your self.
If you don't use AJAX, the page will be submit and then all javascript data will be lost.
So you should use AJAX.
There's two primary AJAX :
1 - Microsoft AJAX , so you need maintain the ...
-
Hi,
Your case is very complex,
Can you provide an online page so let's test it ?
You can send the link to terry@cutesoft.net
Regards,
Terry
-
Hi,
Because the upload status is JavaScript data.
So if you are not using AJAX, it's hard to do.
If you use AJAX, like MICROSOFT-AJAX
You need write code to handle the OnQueueUI event,
And show the table outside the UpdatePanel
Regards,
Terry
-
Malcolm,
MvcUploader use UploadHandler.ashx to process the http request.
You need find a way to prevent the IOC framework to intercept the *.ashx handlers.
I mean the IOC framework should have a solution which is compatible of ASP.NET buildin features.
Regards,
Terry
-
Rafael,
Please download the last version.
We have added a new property : <CuteWebUI:Uploader FlashLoadMode=''True'' ....>
This mode have disadvantages :
1 - Do not support Flash8,9 (will disable FlashLoadMode if use 8/9)
2 - client side need big memory for large files.
3 - Browser will stop ...
-
Hi
How do you get ' cannot perform the migration from a resx file to the guid format' ?
Can you post a screen shot ?
Regards,
Terry
-
Hi,
I can upload a file with 160+chars .
The problem is that, when uploader save the file to the temp directory,
the path is :
x:\folder1\tempdir1\xxxxxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx.filename.ext.resx
the folder path, the guid, the '.resx' will spent at least 42 or more chars.
and windows do ...
-
Hi,
I can upload a file with 160+chars .
The problem is that, when uploader save the file to the temp directory,
the path is :
x:\folder1\tempdir1\xxxxxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx.filename.ext.resx
the folder path, the guid, the '.resx' will spent at least 42 or more chars.
and windows do ...
... 37 ...
|
|
|