이 응용 프로그램은 업로드한 파일에 대한 데이터베이스 역할을 XML 파일에 이미지를 업로드할 수 있도록 asp.net에 있습니다. 당신은 XML을 file.In부터 내가 asp.net 웹 컨트롤뿐만 아니라 HTML 컨트롤의 사용을 만들었습니다 해당 응용 프로그램을 자신의 속성을 따라 이러한 파일을 검색할 수 있습니다. 나는 목적을 포맷 캐스케이딩 스타일 시트를 사용 해왔다. XML 파일은 업로드한 파일에 대한 데이터베이스 역할을합니다. upload.aspx 파일은 데이터베이스 및 표시하는 이미지를 업로드하는 것입니다. aspx 파일이 retriev하는 것입니다(translate from):This application is in asp.net which will allow you to upload images to an XML file which serves as the database for the uploaded files. You can retrieve these files along their properties from the xml file.In this application I have made use of asp.net Web controls as well as HTML controls. I have used a cascading stylesheet for formatting purpose. Xml file serves as a database for the uploaded files. The upload.aspx file is to upload the images to the database and show. aspx file is to retrieve the files from the database. Apart from this there is mystyle.css file which is a stylesheet and there is upload.xml file which stores all the uploaded files
File list:
db
.\upload.xml
header.inc
mystyle.css
show.aspx
upload.aspx