Current location: Hot Scripts Forums » Programming Languages » PHP » Hi Folks


Hi Folks

Reply
  #1 (permalink)  
Old 10-27-06, 07:46 PM
crazydiamond crazydiamond is offline
New Member
 
Join Date: Oct 2006
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Hi Folks

Hi,

I have absolutely no idea how to program PHP or ASP but have a question. I own and maintain a website for a group of pilots who want to post pictures of thier days out/trips etc. I am finding it extremely labour intensive to keep cropping, resizing and editing pictures using photoshop then sitting for ages uploading them.

What I am looking for is something I can install on my server that will allow these people to resize, crop add captions etc to their OWN pictures and UPLOAD them into a page on the website itself without any intervention from myself. Is this possible.? Also, the pictures would need to be displayed as a slideshow that is automated or user defined. Again, is this possible. Does anyone here know of a script suitable that can be used for my purposes?

Thanks in advance.
Reply With Quote
  #2 (permalink)  
Old 10-27-06, 07:55 PM
nova912's Avatar
nova912 nova912 is offline
Code Guru
 
Join Date: Sep 2004
Location: Traverse City, MI, USA
Posts: 821
Thanks: 0
Thanked 0 Times in 0 Posts
I don't think this can be done with php alone, or even with an internet application w/o some major innovation.
Reply With Quote
  #3 (permalink)  
Old 10-27-06, 08:02 PM
crazydiamond crazydiamond is offline
New Member
 
Join Date: Oct 2006
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Hmmm....How do websites use a "browse" button then to search your computer for pictures etc that you would want to upload, then when you click "upload" hey presto the pictures arrive on their site? I ve always wondered how they do this.
Reply With Quote
  #4 (permalink)  
Old 10-27-06, 08:06 PM
nova912's Avatar
nova912 nova912 is offline
Code Guru
 
Join Date: Sep 2004
Location: Traverse City, MI, USA
Posts: 821
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by crazydiamond
Hmmm....How do websites use a "browse" button then to search your computer for pictures etc that you would want to upload, then when you click "upload" hey presto the pictures arrive on their site? I ve always wondered how they do this.

This is done by uploading a file via web POST request, labeling the file and linking to the file usually with a database. In terms of the features you want of customer cropping over the web... i have not seen it done... yet.
Reply With Quote
  #5 (permalink)  
Old 10-27-06, 10:15 PM
End User's Avatar
End User End User is offline
Level II Curmudgeon
 
Join Date: Dec 2004
Posts: 3,027
Thanks: 14
Thanked 35 Times in 33 Posts
Quote:
Originally Posted by crazydiamond
What I am looking for is something I can install on my server that will allow these people to resize, crop add captions etc to their OWN pictures and UPLOAD them into a page on the website itself without any intervention from myself. Is this possible.? Also, the pictures would need to be displayed as a slideshow that is automated or user defined. Again, is this possible. Does anyone here know of a script suitable that can be used for my purposes?
Yes, this can be done with PHP and the GD module (or Imagemagick). Al you need is a simple upload script and and a little code to get the image size and transform it. Captions could also be added right into the image if you wanted to do that.
__________________
I don't live on the edge, but sometimes I go there to visit.
-------------------------------------------------------------------------
Sanitize Your Data | Oracle Date & Substring Functions | Code Snippet Library | [url=http://www.codmb.com/Call Of Duty[/url]
Reply With Quote
  #6 (permalink)  
Old 10-28-06, 03:44 AM
crazydiamond crazydiamond is offline
New Member
 
Join Date: Oct 2006
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Cool, so where can I get hold of this and how would I go about installing it, what would I need in terms of folders etc on my server. Also, where would I come across the upload script? Any help gratefully recieved as I only program HTML, wouldnt have a clue with PHP....

Aslo, assuming that I only want my people to just upload and not worry about resizing, how do I go about this POST feature?
Reply With Quote
  #7 (permalink)  
Old 11-01-06, 11:26 PM
End User's Avatar
End User End User is offline
Level II Curmudgeon
 
Join Date: Dec 2004
Posts: 3,027
Thanks: 14
Thanked 35 Times in 33 Posts
Quote:
Originally Posted by crazydiamond
Cool, so where can I get hold of this and how would I go about installing it, what would I need in terms of folders etc on my server.
Unfortunately, you could write a book on those three questions alone. It's a bit beyond the scope of this forum to explain this in detail, so I'd suggest 1) learning a little PHP, 2) getting some PHP reference books, and 3) enlisting the help of a friend who knows PHP.
__________________
I don't live on the edge, but sometimes I go there to visit.
-------------------------------------------------------------------------
Sanitize Your Data | Oracle Date & Substring Functions | Code Snippet Library | [url=http://www.codmb.com/Call Of Duty[/url]
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Wassup folks? yuniar New Members & Introductions 3 01-06-06 05:10 PM
Hows Ma' Site folks? umairunique5k Website Reviews 3 08-05-04 08:37 PM
Hello folks poncho400 New Members & Introductions 1 03-20-04 03:34 PM
Hi folks! Akash New Members & Introductions 1 09-24-03 04:05 AM
Hello folks poolking New Members & Introductions 0 09-07-03 11:02 AM


All times are GMT -5. The time now is 05:44 AM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.