|
|
Rank: Newbie
Groups: Registered
Joined: 10/19/2011 Posts: 4 Location: india
|
Hi all,
I have used trial version of slick version and found it not working fine when you use it in IE drag and drop file upload.
if any one have suggestions please let me know.
thanks in advance.
Peter
|
|
|
Rank: Administration

Groups: Administrators
Joined: 7/7/2005 Posts: 1,586 Location: Scottsdale, AZ
|
IE doesn't support drag and drop upload, unfortunately. For more info, see the FAQ: http://krystalware.com/slickupload/documentation/faq-known-issues. We're hoping IE 10 will support that, and if so, we'll add support in SlickUpload at that point.
Let me know if you have any other questions.
|
|
|
Rank: Newbie
Groups: Registered
Joined: 10/19/2011 Posts: 4 Location: india
|
Hi Chris
Thanks for your reply , yes I got this when I go through documentation. Now I need to rename the files I upload to custom name and path to upload.
can u suggest me how to do that.
thanks in advance
Peter
|
|
|
Rank: Administration

Groups: Administrators
Joined: 7/7/2005 Posts: 1,586 Location: Scottsdale, AZ
|
Sure. Take a look at the CustomFileName sample. You'll basically create a new custom upload stream provider class that inherits from FileUploadStreamProvider, override the GetServerFileName method, and return the correct name and path there.
|
|
|
|
Guest |