|
|
|
start date: Thu, 16 Aug 2007 23:01:10 +0100,
posted on: microsoft.public.dotnet.framework.aspnet
back
| Thread Index |
|
1
Samuel
|
|
2
bruce barker
|
|
3
Samuel
|
|
4
Mark Rae [MVP]
|
FileUpload Control Question
Hi
The FileUpload control doesn't seem to retain the path of the file to
upload, is there a way to change that behaviour?
Thank you,
Samuel
Date:Thu, 16 Aug 2007 23:01:10 +0100
Author:
|
Re: FileUpload Control Question
no, its by design for security. after upload its a render, and the
server can not specify the name.
-- bruce (sqlwork.com)
Samuel wrote:
> Hi
>
> The FileUpload control doesn't seem to retain the path of the file to
> upload, is there a way to change that behaviour?
>
> Thank you,
> Samuel
>
>
Date:Thu, 16 Aug 2007 15:06:50 -0700
Author:
|
Re: FileUpload Control Question
It is a problem when you do server side validation, I wonder if anyone knows
of any workaround?
"bruce barker" wrote in message
news:%236ePDHF4HHA.5984@TK2MSFTNGP04.phx.gbl...
> no, its by design for security. after upload its a render, and the server
> can not specify the name.
>
> -- bruce (sqlwork.com)
>
>
> Samuel wrote:
>> Hi
>>
>> The FileUpload control doesn't seem to retain the path of the file to
>> upload, is there a way to change that behaviour?
>>
>> Thank you,
>> Samuel
Date:Thu, 16 Aug 2007 23:47:36 +0100
Author:
|
Re: FileUpload Control Question
"Samuel" wrote in message
news:Of6kxdF4HHA.1212@TK2MSFTNGP05.phx.gbl...
> It is a problem when you do server side validation,
It is an absolutely necessary security precaution...
> I wonder if anyone knows of any workaround?
There isn't one...
--
Mark Rae
ASP.NET MVP
http://www.markrae.net
Date:Thu, 16 Aug 2007 23:58:20 +0100
Author:
|
|
|