Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Re: [Andy] Form Regex - Gaps in file names

Quote Reply
Re: [Andy] Form Regex - Gaps in file names In reply to
Unfortunalety i do my things normaly only in php, so i cant "speak" perl very well.
But i hope you could take a look into the scripts; everything we need is to find the right place
to change a variable.

Normaly it should go:

upload to temp
remember filename
***
insert link
copy to path/id-filename
insert filename into links_files

But it should be:

upload to temp
insert into links
remember filename, id
get extension (by mime not by filename)
get foreigncolname
copy to path/id-foreigncolname.extension
insert into links_files

Think this is no secret if someone could read this perl-stuff,
in php it would be a thing of minutes.

May you find this little time for us, please?
I really hate it to build and have to watch all data, remeber the id,
download, upload ...

Last edited by:

Robert: Oct 8, 2005, 4:19 AM
Subject Author Views Date
Thread Form Regex - Gaps in file names garrynz 3086 Jul 28, 2005, 10:44 AM
Thread Re: [garrynz] Form Regex - Gaps in file names
Andy 3026 Jul 28, 2005, 11:14 AM
Thread Re: [Andy] Form Regex - Gaps in file names
garrynz 3020 Jul 28, 2005, 11:35 AM
Thread Re: [garrynz] Form Regex - Gaps in file names
Andy 3020 Aug 4, 2005, 12:00 AM
Thread Re: [Andy] Form Regex - Gaps in file names
Robert 2974 Oct 7, 2005, 11:11 PM
Thread Re: [Robert] Form Regex - Gaps in file names
Andy 2982 Oct 8, 2005, 12:58 AM
Thread Re: [Andy] Form Regex - Gaps in file names
Robert 2967 Oct 8, 2005, 4:17 AM
Post Re: [Robert] Form Regex - Gaps in file names
klangan 2945 Oct 10, 2005, 11:11 AM