• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Help? Looking for a programmer to write a script. Image uploading

taltos1

Senior member
I am in need of a script that will upload images to a site and place them in ftp/or a web based admin for retrieval. In addition, I would really like some way of checking the image for properties (300DPI, 800x600, etc) and give feedback to the user if it does not meet certain specs.

Does anyone know where I can find someone legit and reliable for a reasonable price? Or anyone here? Thanks a lot
 
What language are you using?

I can whip something up in PHP or Perl if that's your thing.

For Coldfusion, there's actually a freeware nifty plugin that will work for you as well.
 


There is the iEdit image editor plugin:

http://www.developeroffice.com/index.cfm?page=download

You will have to create your own upload script, but you can use that plugin to check the uploaded file's size, and delete and warn the user if it is too large. It can also create a thumbmail of the uploaded image as well.

Another Coldfusion option is the "Too Simple File Manager 2". Go to Macromedia's website, click on the Exchange tab, and do a search for "image upload" in the Macromedia Coldfusion Exchange area.
 
Back
Top