Gossamer Forum
Home : Products : Gossamer Links : Discussions :

uploaded file not copying to server

Quote Reply
uploaded file not copying to server
Hello,

I have modified my Category table so that a file type is uploadable to a given directory on our server.

Only problem is that when I look in that directory I can't see any uploaded files.

I have changed the form type to enctype="multipart/form-data", so I do not see what else I could be missing. In the html of subcategory.html, I see the proper file name displayed next to the category, but the file is just not on the server... Crazy

What am I doing wrong?

Thank you Smile
Quote Reply
Re: [nt6] uploaded file not copying to server In reply to
If you havn't worked it out within the next hour, feel free to send over your LinksSQL admin details, and I'll take a look for you. Probably something simple :) I would look at it now, but my lunch break takes priority 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] uploaded file not copying to server In reply to
I clean up a few things and now it tell me: Catgeory_Files table is missing Crazy

I didn't think I needed to create a whole new table for this.
Quote Reply
Re: [nt6] uploaded file not copying to server In reply to
Are you using images for the Categories too?

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] uploaded file not copying to server In reply to
I have a plugin for uploadind multiple image in a link. It works fine.

What I am trying to do now is just upload one image per category; No resizing, no thumbnail, or anything extra is needed.
Just upload and display. I would really rather that then to have to type in the category image name each time...
Quote Reply
Re: [nt6] uploaded file not copying to server In reply to
Are you using a "file" field in the tables?


PUGDOG� Enterprises, Inc.

The best way to contact me is to NOT use Email.
Please leave a PM here.
Quote Reply
Re: [pugdog] uploaded file not copying to server In reply to
Yes,

I am using a File field for a small image in the category table.