|
Search
You searched for the word(s):
Showing page 90 of 231 (2,301 total posts)
< 1 second(s)
-
Hi,
This is file is a 'temporary' file which store the uploaded data.
You need Move or Copy it to somewhere in the FileUploaded event
and you can use the args.FileName to get the original file name.
Regards,
Terry
-
Mark,
When you use AjaxUploader , you do not need this kind of API.
You just need move the file to anywhere in the FileUploaded event.
Regards,
Terry
-
Hi,
You can try this code :
private void GenerateThumbnail(string filepath, string thumbnailPath)
{
byte[] data; ...
-
Hi,
Is your website use any HttpModule which read the request data ?
That error mean the size of the data read from the Request is smaller than the Content-Length.
Regards,
Terry
-
Arun,
Please try it now.
Regards,
Terry
-
Arun,
I am sorry, it still has bugs.
We are investigating on this issue.
Regards,
Terry
-
Hi,
Do you use JavaScript?
I suggest you use JavaScript + MvcUploader class to implement your request.
If you say YES , I will tell you the details.
--
And I suggest you create an ID for the wizard , and save each state into database ,
So when user navigate to every page , the state could be ...
-
Hi,
We have found the reason and will provide an update soon.
That is a bug when calculate the path while the path ends with ':'
Regards,
Terry
-
Mikael,
You can hook the asp.net application event for that :
(example ,put this method into the global.asax)
protected void Application_PreRequestHandlerExecute(Object sender, EventArgs ...
-
Hi,
You can check the source code of the Support-Visitor-monitor.js.aspx
The server side CuteChat.ChatWebUtility.HasReadyAgents() return whether there's available agents.
You can implement your request by JavaScript+XMLHttpRequest
Regards,
Terry
... 90 ...
|
|
|