Recommended: ASP achieves static refresh-free paging effect #FormatTableID_0# html head title news list simplified/title script language=javascript !-- //ajax control can also be made into a separate file to facilitate calling function Ajax() { var xhrObj=null; if(window.XMLHttpRequest) { xhrObj=new XMLHttpRequest(); } else if(window.ActiveX
asp component-free upload with real progress bar without component-free upload with real progress bar
in
upload.asp is the core code, and it generally does not need to be modified unless it is special.
demo.htm is a demo without refresh progress bar (IE5.5+ support)
demo.asp is a file uploaded by demo.asp. Because the demo requires it, it is only uploaded in Demo.asp and does not save it. If you need to save it, you only need to remove the relevant comments.
Example_Normal.htm, a normal upload example
Example_Normal_RadomFilename.htm, an example of saving the uploaded file named as a random file name
Example_Progress.htm, an upload example with a progress bar
Example_DataBase.htm, an example of saving uploaded files to the database, upload.mdb, a database that saves uploaded files, and UploadFile.asp is a program that downloads files uploaded to the database.
Share: asp modify record asp modification record: Learning purpose: Learn the basic operations of the database - first look at the code of modifying the record: (Save as exam8.asp) % set conn=server.createobject(adodb.connection) conn.open driver={microsoft access driver (*.mdb)};dbq=server.mappath(data/guestbook.mdb) exec=select *