Gossamer Forum
Home : Products : Gossamer Links : Version 1.x :

upload problem

Quote Reply
upload problem
Hi,

I have difficulties to use the upload box of link sql :

When i fill the « add a link » form, i fill a image to upload but nothing happened and the image is not uploaded.

Ould you help me !


Quote Reply
Re: upload problem In reply to
Hi,

the upload function does not work with this version of LinksSQL.

To get it to work I had to rewrite much of the code.

I think this will be fixed in the next release.

regards, alexander

Quote Reply
Re: upload problem In reply to
Is this so as you write? have never used the upload from sql 1.11, but write an external script for that.
First i want the ID and the password (an extra field) with an external cgi; than when proofed another page comes up and let upload the file from user saving it to a special dir and named it ID.xxx .
Then i test the upload and set the link with a trigger free.
(if trigger eq 'Pic' then write <img src=
if trigger eq 'PDF' then write <a href= ...>PDF</a>

and so on.
Robert

Quote Reply
Re: upload problem In reply to
Hi Robert,

Of course, that solves the problem of uploading. But to manage a large amount of uploaded files, validating or deleting them via admin reqiures Links to work.

regards, alexander