|
Search
You searched for the word(s):
Showing page 80 of 231 (2,301 total posts)
< 1 second(s)
-
Hi,
For each version of the Flash/Silverlight , the uploader render different layer to activate the Flash/Silverlight object.
If Flash version is 10 , Silverlight version is 3 , the uploader will move the layer over the button.
I am not sure what issue you get now , can you post some code , or screen shot to descript it ...
-
Hi,
We can reproduce this issue now.
We have fixed it , please download the last version !
Regards,
Terry
-
JG,
Please check this code ...
-
Hi,
The UploadModule use Asp.Net Async BeginRequest event,
And the code run before your Application_BeginRequest,
After the resource sent, (either the Response.End() or Application.CompleteRequest() will execute)
So your Application_BeginRequest will not call , but Application_EndRequest will ...
-
Hi,
We also test the scroll condition , and find no problem .
Can you show a complete page code which can cause that issue ?
(You can make it based on my sample code )
And the browser type ?
Regards,
Terry
-
Hi,
That code is modified by this forums..
--
So can you open this URL ??
http://localhost/appname/CuteWebUI_Uploader_Resource.axd?type=script
(change the 'appname' to your testing website)
Or this ...
-
Hi,
What browser did you test ?
The CuteEditor should not take 4-5 seconds caused by the eval function.
Regards,
Terry
-
Hi,
So did you fix that issue ?
You should not use if (System.Web.Security.Membership.Provider.Name == ''AspNetSqlMembershipProviderLiveSupport'')
Regards,
Terry
-
Hi,
Are you using IIS7 integrated mode ?
if not , please also make sure you add them to <system.web/> (not system.webServer):
<system.web>
<httpModules>
<add name=''CuteWebUI.UploadModule'' type=''CuteWebUI.UploadModule,CuteWebUI.AjaxUploader'' ...
-
Hi,
You can also check this document :
http://ajaxuploader.com/document/scr/create-custom-queue-table.htm
The queue table is client state.
After the file uploaded , the page will postback to server and fire the FileUploaded event.
You can use MS-Ajax or other Ajax tool to submit the data via ...
... 80 ...
|
|
|