look at:
http://www.charlescarroll.com/chaz/site/4295/default.aspx
a list of FREE asp goodies.

specifically the links on FreeAspupload and SmartUpload will do what you want.


On Sat, 19 Mar 2005 09:03:40 +0800, jumahijah
<[EMAIL PROTECTED]> wrote:
>  What are the asp scripts to allow only certain type of file to be
>  uploaded to the server?
>  
>  For example, file *.doc can be upload, file *.asp cannot be upload.
>  
>  Anyone, please help. Thank you
>  
>  -----Original Message-----
>  From: Jeffrey Jarin [mailto:[EMAIL PROTECTED] 
>  Sent: Thursday, March 17, 2005 4:12 PM
>  To: [email protected]
>  Subject: [AspClassicAnyQuestionIsOk] Help on ASP.Net just a simple
>  question
>  
>  
>  ive tried running this program on my server
>  <%@ Page Language="C#" %>
>  <html>
>  <head>
>      <title>An ASP.Net</title>
>      
>      <script runat=server>
>         void Page_Load(Object sender, EventArgs e)
>         {
>          
>          title.Text = "Out Application";
>          title.Font.Italic = true;
>          title.Font.Bold = true;      
>         }
>      </script>
>  </head>
>  <body>
>  <form runat=server>
>    
>     <h1>ASP</h1>
>      <asp:Label
>           id="title"
>           Text="Hello" 
>           runat="server" />
>  </form>
>  </body>
>  </html>
>  
>  it just displayed the ASP header1 but not the Label can you help on
>  how will i implement this simple ASP.NET program? im sorry im just a
>  beginner.  
>  
>  
>  jeff


 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/AspClassicAnyQuestionIsOk/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to