Author Topic: FTP Upload  (Read 5407 times)

0 Members and 1 Guest are viewing this topic.

Offline h.labarre

  • Pre-Newbie
  • Posts: 6
    • View Profile
FTP Upload
« on: April 11, 2002, 07:55:32 PM »
Hi

Is it possible to upload but FTP, if yes could you indicate the way to do that...


Thanks


Henri

Offline abuk

  • Pre-Newbie
  • Posts: 8
    • View Profile
Re: FTP Upload
« Reply #1 on: April 11, 2002, 09:08:24 PM »
Yes its posible im doing that.
Im uploading 1 image in new category and im going to mysql base im  doing buckup and im reading last linie it loking that:
INSERT INTO 4images_images VALUES (2615, 52, 1, 'sport', 'sport', 'sport', 1018216742, 1, 'sport072.jpg', 'sport072.jpg', 1, 0, 0, 0, '0.00', 1);
And im adding next line manualy it look like that:
INSERT INTO 4images_images VALUES (2616, 52, 1, 'sport', 'sport', 'sport', 1018216742, 1, 'sport073.jpg', 'sport073.jpg', 1, 0, 0, 0, '0.00', 1);

and then im uploading file by ftp :) but im doing that wen i have to upload 50 images or more :)