|
Search
You searched for the word(s):
Showing page 129 of 231 (2,301 total posts)
< 1 second(s)
-
Hi,
localhost , 127.0.0.1 , rvimgcactest , can used at the same time.
You just need to understand it , and config it.
So it only need one application on one website configuration.
Regards,
Terry
-
Hi,
If the MagicAjax does not able to run at that server,
I recommand you remove it.
Regards,
Terry
-
Hi,
We have fixed it. please download it again.
Regards,
Terry
-
Hi,
You can use Server.MapPath() to get absolute path.
VB.net are same as C# while you using the Uploader.
Regards,
Terry
-
Rich,
Please use the OnPreRender event.
for example:
int fileuploadcount=0;
uploader_FileUploaded(...)
{
fileuploadcount++;
}
uploader_PreRender(...)
{
if(fileuploadcount>0)
Response.Redirect(...);
}
Regards,
Terry
-
Cheryl
Is it a randomly error , or always get it?
Regards,
Terry
-
Cheryl,
Are you using the last version of Editor6.3 ? (Editor6.3 contains many minor versions)
We do have problems with uploader in some builds of Editor6.3
Regards,
Terry
-
Anzar,
Sorry I misunderstand your previous post.
You can try this :
1. create a virtual application under ''Default Website'' , named it ''myuploaderside'' , so it's http://localhost/myuploaderside , and http://127.0.0.1/myuploaderside
2. create empty /mywebsite/UploadService/Upload.aspx ...
-
Anzar,
You should create an empty file : C:\inetpub\wwwroot\mywebsite\UploadService\Upload.aspx
And the xml should be :
<allow-access-from domain=''myserver''/>
, the FlashUploadPage should be http://mywebsiteUpload/UploadService/Upload.aspx
Regards,
Terry
-
Hi,
Can you remove all other thing,
Just create a simple page for the uploader , and test it in your server ?
Regards,
Terry
... 129 ...
|
|
|