If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > PHP > Through which upload photos

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 06-10-09, 16:00
karisegraves karisegraves is offline
Registered User
 
Join Date: Jun 2009
Posts: 1
Through which upload photos

Hey

Rich Text Editor is good to upload images? If not then tell me the good one!
Reply With Quote
  #2 (permalink)  
Old 06-10-09, 16:50
mike_bike_kite mike_bike_kite is offline
vaguely human
 
Join Date: Jun 2007
Location: London
Posts: 2,517
Quote:
Originally Posted by karisegraves
Hey

Rich Text Editor is good to upload images? If not then tell me the good one!
If you're just trying to put photos on a web site - use ftp or firefox with the ftp extension. Or just use a site like flickr or picaso.

If you're trying to build a tool in PHP to upload pictures then look at the $_FILES variable and the is_uploaded_file and move_uploaded_file functions.

I you just want to look at a photo then use MS paint.
Reply With Quote
Reply

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