Ask a Question related to ASP.NET General, Design and Development.
-
Steve #1
Uploading Files - help please
When you use:
<Input ID="ImageUpload" Type="File" visible="false" RunAt="Server">
Is their any way you can make a starting value appear inside the
browse textbox thing?
I have a multi step form where the user can move back and forth
through the completed steps. If the user has uploaded a file and moves
to another step and then returns, the file they have chosen
dissappears - I have tried:
ImageUpload.Text="blah blah" which breaks
and
ImageUpload.Value="blah blah" which doesn't break but doesn't work.
Does anyone know?
Thanks in advance,
Steve
Steve Guest
-
Uploading files
Hi, Can someone point me in the right direction for how I can upload a file to the server, and overwrite the existing file if there is one. ... -
Problems: uploading files have Chinese named files
Hi everyone, I try to upload file by using asp.net, code like that: <script language="VB" runat="server"> Sub Upload(Source As Object, e As... -
[PHP] Uploading files via SSH
Google for "Failed to scan directories. Error 6" (including quotes). First result is the ssh.com faq, which has a link to... -
Uploading files in C#
why don't you examine the extension of the file being loaded. "Ian Walsh" <ianwalsh@hbosplc.com> wrote in message... -
Uploading files using FTP in ASP.NET
If you follow this link, you'll find a few ftp samples: http://www.gotdotnet.com/community/usersamples/Default.aspx?query=ftp Here's one that... -
Vidar Petursson #2
Re: Uploading Files - help please
Hi
No for security reasons this is read-only
--
Best Regards
Vidar Petursson
==============================
Microsoft Internet Client & Controls MVP
==============================
"Steve" <stevefox2000@hotmail.com> wrote in message
news:91545fb1.0307160857.14c75835@posting.google.c om...> When you use:
>
> <Input ID="ImageUpload" Type="File" visible="false" RunAt="Server">
>
> Is their any way you can make a starting value appear inside the
> browse textbox thing?
>
> I have a multi step form where the user can move back and forth
> through the completed steps. If the user has uploaded a file and moves
> to another step and then returns, the file they have chosen
> dissappears - I have tried:
>
> ImageUpload.Text="blah blah" which breaks
>
> and
>
> ImageUpload.Value="blah blah" which doesn't break but doesn't work.
>
> Does anyone know?
>
> Thanks in advance,
>
> Steve
Vidar Petursson Guest



Reply With Quote

