Status: offline

mthomas

Forum User
Full Member
Registered: 04/18/04
Posts: 148
I'd like to add a image file upload section for the Intrab Plugin. I took a very fleeting look at Filemgmt Plugin to see if I could extract anything and decided I'd ask first if anyone had a very very simplistic script.

What it needs to do:

The file will just be rename with a id number. Any Web supported graphic file will be supported. The id number will correspond to and be the same as the ID number of the associated Address Book entry. Basicly no extra fields would be added to the tables for Intraab. I will have the php code check for file existance and either display the image or skip with a if exists statement. (Alternatively I may just add a image exists field.)

Status: offline

samstone

Forum User
Full Member
Registered: 09/29/02
Posts: 820
Have you checked out the File Uploader script at Squatty's site?

here

BTW, doesn't your Intraab integrate with the account information of the site users? I will test out your script soon.

Sam

Status: offline

mthomas

Forum User
Full Member
Registered: 04/18/04
Posts: 148
It doesn't yet, however I will make a module to do that. Its a easy change. Will be a few days. I left it seperate to begin with to make it standalone if someone wanted to use it outside of GL.

Thanks for the link Samstone, that is what I needed.