T
tshad
I am using the upload file object : <input id="MyFile" style="width:300px"
type="File" runat="Server">.
When I upload a file, I am saving the name of the upload file and want to be
able put the name into the field directly when I select the record with the
file name on it.
I tried:
MyFile.PostedFile.FileName = UploadFileName.Text
But got the error:
Property 'FileName' is 'ReadOnly'
Is there a way of filling that text box, without having to browse the disk
for it?
Thanks,
Tom
type="File" runat="Server">.
When I upload a file, I am saving the name of the upload file and want to be
able put the name into the field directly when I select the record with the
file name on it.
I tried:
MyFile.PostedFile.FileName = UploadFileName.Text
But got the error:
Property 'FileName' is 'ReadOnly'
Is there a way of filling that text box, without having to browse the disk
for it?
Thanks,
Tom