|
Search
You searched for the word(s):
Showing page 42 of 231 (2,301 total posts)
< 1 second(s)
-
Hi,
Is your application using HttpModules ?
I suggest you test the uploader in a new pc, (it shall works)
and then move to your server , but use a new website,
and then check the difference.
Regards,
Terry
-
Dave,
I suggest you try a simple with <input type='file' name='file1' /> , and check how large the file could be uploaded.
check @$_FILES[''file1''][''name''] and @$_FILES[''file1''][''tmp_name'']
''name'' mean the file name ,
and ''tmp_name'' mean the temp file path on the ...
-
Stan ,
No problem. I will make one in 24 hours.
Regards,
Terry
-
Hi,
Please change 5000M to 1000M
Regards,
Terry
-
Andrii ,
We have fixed this issue.
And will update it in 24 hours.
Please try it again after 24 hours
Regards,
Terry
-
Hi,
Ajax Uploader help you upload the file to your server, after that you can send the file to anywhere.
Regards,
Terry
-
Hi all,
We just upload an new version.
Now Flash can show the same hand cursor as browser or Silverlight.
Regards,
Terry
-
Francisco,
void Uploader_FileUploaded(object sender, UploaderEventArgs args)
{
Uploader uploader = (Uploader)sender;
//get the uploader.ID here
}
Regards,
Terry
-
Hi,
Please check the HTML code of this page http://ajaxuploader.com/Demo/Start-uploading-manually.aspx
in btnSave_OnClientClick, if call startupload(), you should return false to prevent the page submit.
and you need handle the CuteWebUI_AjaxUploader_OnPostBack event for submitting the form by the button ...
-
disler,
the server code calculated a wrong path ,
please open include_phpuploader.php , find this line ,
$cd=dirname($this->GetWebPath(__FILE__));
and check what the $cd is .
--
To solve your problem , you can change it to this ...
... 42 ...
|
|
|