How to Upload Photos in ASP

ASP, or Active Server Pages, is a web application developed by Microsoft allowing users to create, develop, construct and control dynamic websites and website applications. Websites using ASP use the .asp file extension. You need an HTML tag that creates an "Upload image" form to upload your photos to various websites, such as online dating websites, social networking websites and other websites that require photographs.

Instructions

    • 1

      Add the HTML Tag "<input id="Upload" style="Z-INDEX: 102; LEFT: 104px; WIDTH: 288px; POSITION: absolute; TOP: 64px; HEIGHT: 22px" type="file" size="28" name="Upload" runat="server">" to create an "Upload Image" form allowing you to upload photos.

    • 2

      Add the Data Grid by binding the HTML tag, "Upload" and "LoadImage" buttons together.

    • 3

      Create the "LoadImage" and "Upload" button.

    • 4

      Highlight the Code Project sample source code and click "Edit" and "Copy."

    • 5

      Paste the source code into ASP by clicking "Edit" and "Paste." You have to ability to upload photos.

    • 6

      Click "File" and "Save" to save your ASP project.

    • 7

      Type a name for your ASP project, and select "Save" to complete the task.

Related Searches:

References

Comments

You May Also Like

Related Ads

Featured