aspuploadresize script Downloaded from http://www.mxmania.de In order to run this script successfully you need the 2 components from http://www.aspupload.com: 1) ASP Upload Version 3 + 2) ASP Jpeg Version 1.3 + I assume that you know how to: Setup/Define a site in IIS Add database to your system DSN and make connection to database in DWMX. If you don't know how to set up a DSN connection or make database connection in DWMX then please follow the DWMX builtin tutorials. So unrar aspuploadscript.rar You will find the "aspupload" folder. Right click on the folder and choose "Web sharing" and rest you know........ Add database "Upload.mdb" to ODBC datasource (via Data Sources/ ODBC in Control panel/administrative tools/Data sources) Make your connection (named ConUpload) to database in DWMX Run the page Photo_upload.asp to start uploading PICS. Run thumbnail.asp to see the Uploaded Pics I have already uploaded three pics as demo, so you can goto thumbnail.asp and chill out. All the images will be uploaded to folder "images". Therefore it is neccessary that this folder has Read/Write properties for IUSR. You can make thumbnails or resize the image as many times as you want to, follow the instructions in the file "photo_upload_post.asp". I would suggest to go through the file "photo_upload_post.asp" first, understand the script and if you don't understand anything (because of my english offcourse), simply post your question in the MXMANIA Forum. The files NOTE.html, FRAMEBAR.asp and BAR.asp are for "Upload Progress Bar". So in case you don't want to implement it, you can delete them. If you want to use the "Upload Progress Bar", then follow the instructions on "photo_upload.asp" and "photo_upload_post.asp" carefuly. File error.asp is there in case you want to do serverside validation as instructed in the file "photo_upload_post.asp" Finally, "photo_upload_post.asp" is the key file. Make this file happy and you will be set. Thats it. Any questions or help ??? Post it in the Mxmania Application Forum, i don't promiss but will definitely try to help.