|
Search
You searched for the word(s):
Showing page 157 of 231 (2,301 total posts)
< 1 second(s)
-
Hi,
We have fixed this issue for Firefox.
But the IE would cut all flash uploading data while IE think it need authentication handshake.
We will continue on this issue and provide a solution next week.
http://lists.samba.org/archive/jcifs/2006-September/006554.html
Regards,
Terry
-
Hi,
Now I can reproduce it now.
the Flash do not support Integrated Windows Authentication .
But I have a new way to pass the Flash upload request to another page.
We still need time to do more tests, and would provide an update next week.
Regards,
Terry
-
Hi,
I don't know why. Because I can't reproduce the problem. All works on our test environment.
Can you tell me how you configure the IIS7 ?
Regards,
Terry
-
Hi,
I don't know why, we did not get such error .
Maybe this article would help you :
http://www.seopher.com/articles/fixing_the_permission_denied_to_get_property_xulelement_selectedindex_error
Regards,
Terry
-
by the way ,
I think you are using Flash8,9 ,
Please try Flash10.
If you can control the PCs of your end users,
I suggest you let them all install silverlight and disable the flash mode.
Regards,
Terry
-
Hi,
Please download the last version and try again.
Regards,
Terry
-
wassimsa,
It seems that Flash do not works well for your condition. you can disable the flash mode temporary by this way,
uploader.SetAdvancedOption(UploaderAdvancedOption.NoFlash, ''true'');
If we can reproduce it , we will improve it.
Regards,
Terry
-
Hi,
I can't reproduce your issue.
Can you test each mode of the Uploader.UploadType ?
Regards,
Terry
-
Hi,
I have found the reason, and will provide an update in 3-4 days.
In the fr001270.xml, line 128,URL_CHANGED
the UploadModule use request.RawUrl and try to rewrite the url back to NewUrl=''/report/create/area/820/?'' ,
but the urlwriter module already would not process it, and then the ASP.NET just report NOT ...
-
Hi,
In the file upload event args , or other upload file object, you can use
args.FileName to get the origin filename.
and use the
args.GetTempFilePath() to get the full path of the temp file in file system.
use Path.GetFileName(args.GetTempFilePath()) to get the filename without directory.
I ...
... 157 ...
|
|
|