|
Search
You searched for the word(s):
Showing page 63 of 231 (2,301 total posts)
< 1 second(s)
-
Derek,
What version of windows did you test ?
Regards,
Terry
-
Hi,
In php uploader , the steps of a upload is :
1 - Render the uploader
2 -uploader upload a file to server side handler , and return a GUID
3 - uploader prepair all GUIDs for files in client side , and fire the postback event
4 - on the postback event , developer can do these solutions ...
-
Hi,
You can try these ways:
GalleryBrowser1.AlbumID=''MyCategory'';
GalleryBrowser1.AlbumID=''Category-1'';
GalleryBrowser1.AlbumID=''ClasssA-ClassB'';
etc.
You can also use the GalleryFiles property to split the albums.
Regards,
Terry
-
Hi,
That is a very cool solution.
We will consider add it to the uploader , and consider 3 methods :
1 - GetMimeTypeFromBrowser()
2 - GetMimeTypeFromFileExtension()
3 - GetMimeTypeFromFileData()
and will add security warning to that methods.
Thanks.
Regards,
Terry
-
Hi,
When your specify the UploadType=IFrame , or the browser do not install the Flash/Silverlight ,
the uploader will create an iframe and <input type=file> to do the upload task.
For IE/Chrome , it will allow file.click() method to prompt the browsing dialog ,
but for Firefox/Safari , the browsers require ...
-
Martin,
Do you add the uploader to the page dynamically ?
Regards,
Terry
-
Hi,
You can use this javascript event to return the progress text :
function CuteWebUI_AjaxUploader_OnProgress(reversed, filename, timestart, uploadedsize, contentlength)
{
return ''myinfo - ''+filename;
}
in this function , you can check the timestart (from new Date().getTime) , uploadedsize, contentlength to calculate ...
-
Hi,
you can use
uploader=document.getElementById(''<%=Uploader1.ClientID%>'');
uploader.cancelall();
Regards,
Terry
-
RF,
This property will not works for these conditions :
1 - filesize less then 200K
2 - client side use Silverlight for uploading
3 - server side using Medium trust level.
Regards,
Terry
-
Derek,
Can you test more in this page ?
http://ajaxuploader.com/Demo/fulltest.aspx
How the IE7 forgot the last directory ?
1 - When click the button again ?
2 - After reload the page ?
3 - After reboot the IE7 ?
--
Now I use IE8 compatible IE7 mode and not get such issue.
I ...
... 63 ...
|
|
|