Print Page | Close Window

Someone..anyone..??

Printed From: Web Wiz Forums
Category: General Discussion
Forum Name: Classic ASP Discussion
Forum Description: Discussion on Active Server Pages (Classic ASP).
URL: https://forums.webwiz.net/forum_posts.asp?TID=1717
Printed Date: 29 March 2026 at 10:24am
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: Someone..anyone..??
Posted By: lex1
Subject: Someone..anyone..??
Date Posted: 09 April 2003 at 12:10pm
If there is anyone out there who has managed to create a page where users can upload a photograph along with some text, (using Asp) could you please, please let me know how you went about it. I know nothing about Asp, and have tried various components....Aspsmartupload, Fileupload_20. The problem is, they don't have exactly what I need, and though Fileupload_20 allows you to change the scripts to suit, I haven't the first idea how to go about doing it.
Would really appreciate some feedback
Thanks.



Replies:
Posted By: MorningZ
Date Posted: 09 April 2003 at 9:45pm
read the example code of the various components, they typically are super stripped down and easy to follow code

SAFileup and ASPUpload are two other components you may want to look into

-------------
Contribute to the working anarchy we fondly call the Internet


Posted By: Auritania
Date Posted: 10 April 2003 at 2:03pm
I don't know of anything out of the can that would do this. I had to write something of my own to do it. I did this a while back but can't seem to find the code anymore There is probably a better way to do it than I did it, but it worked. I created a form with the data I wanted (text & filename). The data was stored in a database so I used an autonumber field as the unique identifier and renamed the file to the record # when it was saved on the server (this kept files from overwriting each other when everyone sent in a picture named "me.jpg"). I then stored the file extension in another field in the record. When you pulled up a record, the files would be reconstructed by tacking the recordID and FileType fields together to get 3.gif or 234.jpg or 122.zip etc. The page would display the text, submitter, date and category and then from the file type either the image or a link to the file.


Posted By: jfontaine
Date Posted: 10 April 2003 at 4:11pm

use DuGallery from DuResources.com

it works the way you want, and can be modded!




Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net