i am trying to load diffrent types of pictures like jpg/png/....
the file is being uploaded but i cant after it see the file (i try to open
it and get the message that
"preview cant be viewed" when i lin it to my html in IE i see whith box
empty.
this is the code i use :
[code]
<form id="frmCustomerCard" runat="server" style="width:600px; margin:0 auto"
onsubmit="return CheckBeforeSubmit();">
.....
<label for="FileUpload3">Choose file for upload</label><asp:FileUpload
ID="FileUpload3" runat="server" />
....
<asp:Button Text="Update Detailes" runat=server id="btnSubmit"/><br />
</form>
[/code]
with a flash file for example that dosent occur!
any iidea why?
htnaks in advance
peleg
On Aug 31, 10:20 pm, pelegk1 <pele...@discussions.microsoft.com>
wrote:
> i am trying to load diffrent types of pictures like jpg/png/....
> the file is being uploaded but i cant after it see the file (i try to open
[quoted text clipped - 17 lines]
> htnaks in advance
> peleg
Where is the code to save the files?
pelegk1 - 31 Aug 2007 23:10 GMT
sorry my mistake
on the saved row iused another fileuplaod object:)
> On Aug 31, 10:20 pm, pelegk1 <pele...@discussions.microsoft.com>
> wrote:
[quoted text clipped - 21 lines]
>
> Where is the code to save the files?