|
Rank: Member Groups: Member
Joined: 10/4/2007 Posts: 15
|
Could you please include the full path of the client file name in the ClientFileName property, or alternatively provide another property e.g. ClientFilePath which holds the full path?
The full path is available with the standard ASP.net upload control.
We would like to hold the full path of the original file as in many cases files have the same filename but were in a different directory on the client machine, and it helps users to identify the file later if we can store the full path.
Thanks
Trystan
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,201
|
Unfortunately no. FireFox doesn't give you that at all.
|
|
Rank: Member Groups: Member
Joined: 10/4/2007 Posts: 15
|
OK it is not available in firefox but is in IE. Most of our users (ie 99%) will be using IE so if we could show at least the IE users the full client path that would be a big benefit for us.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,201
|
We will think about it. We've had different requirement on this one. Some people do not want ClientFileName to return different values on different browsers, because that means more coding for them when they do need to support FireFox. After all as a component vendor, customers expect us to shield the difference between browsers for them.
We probably can add a FullClientFileName property on AJAXPostedFile and mark it as IE only. That way ClientFileName still works in a cross browser way.
|
|
Rank: Member Groups: Member
Joined: 10/4/2007 Posts: 15
|
That would be really useful, having it as a separate property is fine with me. I understand that changing the existing property would impact existing users and cause them problems.
|
|
Rank: Member Groups: Member
Joined: 10/4/2007 Posts: 15
|
Hi,
Do you have any update on this request? Do you think you will add this feature in a future release?
Thanks
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,201
|
Yes. We have already implemented it in the beta build of our next release. I'll pm you with the download location so that you can take a look if you are interested.
|
|
Rank: Member Groups: Member
Joined: 10/4/2007 Posts: 15
|
Excellent, thanks. Do you know when is the next RTM release is scheduled?
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,201
|
The final release is scheduled at the end of this month.
|
|