I'm new to to this field, have created some wonderful thing so far, but can some1 show me how to create a browse button that can upload images to my site, from the admin side.. :rolleyes:

Recommended Answers

All 4 Replies

It's not easy to do it using ASP, but if your hosting has preinstall ASPUpload, life become much easier (see www.aspupload.com). if not, and you are pretty knowledgeable about ASP, you can try www.freeaspupload.net.

The pure asp upload script store file data in database. if you have large file or many files, then the database may overloaded (depend on which db you use).

Plus, not all hosting support upload() class. You better check.

the pure asp script can save to disc aswell. i have been using it for quite a while now only problem i had with it is vbs limit on size.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.