Gossamer Forum
Home : Products : Gossamer Links : Discussions :

two uploads in one add form?

Quote Reply
two uploads in one add form?
Is it possible to have one upload that is the main program, and one more upload that is a screen shot in the main add a link forum (include_form)?
Quote Reply
Re: [aph] two uploads in one add form? In reply to
Sure thing.. just have 2 FILE fields =)

i.e

Screenshot
File

We do this all the time.

i.e

Current_Download_File
Screenshot_1
Screenshot_2
Screenshot_3
Screenshot_4
..etc

Hope that helps.

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Post deleted by aph In reply to

Last edited by:

aph: Jan 23, 2006, 12:49 PM
Quote Reply
Re: [Andy] two uploads in one add form? In reply to
Im slowly getting the hang of it, got it working now. Now I need to somehow use imagemagick to resize any larger photos that people upload as thumbnails, down to like 100x75 or 75x100 dependant on the orientation of the original photo or I suppose I could just use the width and height tags in the detail.html file and limit the file size, so at least it wouldnt have some 800x600 photo taking up the whole page.
Quote Reply
Re: [aph] two uploads in one add form? In reply to
Quote:
Now I need to somehow use imagemagick to resize any larger photos that people upload as thumbnails, down to like 100x75 or 75x100 dependant on the orientation of the original photo or

Thats what Thumb_Images does Tongue

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [Andy] two uploads in one add form? In reply to
Is that a plugin or part of imagemagick itself?

Oh by the way, thanks for all the help in the different threads I've written and you've answered.
Quote Reply
Re: [aph] two uploads in one add form? In reply to
Hi,

Thumb_Images is a Plugin, but uses Image::Magick.

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!