Multi Upload In Album? »  Show posts from    to     

Icy Phoenix


Old Support Topics - Multi Upload In Album?



cyber [ Wed 28 Mar, 2007 17:26 ]
Post subject: Multi Upload In Album?
How can i get multi upload feature in album? my users want to upload a lot of pics together to save time.


help!


TheSteffen [ Thu 29 Mar, 2007 00:45 ]
Post subject: Re: Multi Upload In Album?
Hi cyber,

I'm doing this with excel and myphpadmin.

How many pics do you want to add?

For my (MG's) solution you must have db access So it's not for every user.


cyber [ Thu 29 Mar, 2007 12:11 ]
Post subject: Re: Multi Upload In Album?
TheSteffen wrote: [View Post]
Hi cyber,

I'm doing this with excel and myphpadmin.

How many pics do you want to add?

For my (MG's) solution you must have db access So it's not for every user.


Yes i have db access. im the 3rd webmaster of my site. Is it possible to upload about 10-15 pics at the same time?

can there be a drag and drop feature?

and how to make the pics already big rather than clicking them for the big one?


cyber [ Sat 31 Mar, 2007 10:03 ]
Post subject: Re: Multi Upload In Album?
anyone?


TheSteffen [ Sun 01 Apr, 2007 22:30 ]
Post subject: Re: Multi Upload In Album?
Hi Cyber,

sorry for the late answer...

I'm using AlbumSQLGeneratorCH_Empty.xls
This is a excel file that allows you to create easy an sql code whitch you can insert into database.
So you can insert over 100 pics in one time.

The original file is in FAP Contrib Pack.
I have done some little modifications, whitch you can find in attachment.

Try to use it

If you have questions, please feel free to ask.


cyber [ Tue 03 Apr, 2007 16:10 ]
Post subject: Re: Multi Upload In Album?
thnx!

is there any way to install a drag and drop feature?


TheSteffen [ Tue 03 Apr, 2007 23:17 ]
Post subject: Re: Multi Upload In Album?
This one is an upload mod via Java

But I don't know if it's working with the last FAP... maybe you can give it I try


cyber [ Wed 04 Apr, 2007 09:45 ]
Post subject: Re: Multi Upload In Album?
TheSteffen wrote: [View Post]
Hi Cyber,

sorry for the late answer...

I'm using AlbumSQLGeneratorCH_Empty.xls
This is a excel file that allows you to create easy an sql code whitch you can insert into database.
So you can insert over 100 pics in one time.

The original file is in FAP Contrib Pack.
I have done some little modifications, whitch you can find in attachment.

Try to use it

If you have questions, please feel free to ask.


What should i do with this xls file????

I have Icy Phoenix installed.


TheSteffen [ Sat 07 Apr, 2007 10:58 ]
Post subject: Re: Multi Upload In Album?
With this excel file you can create the sql code witch you can insert via myphpadmin into your database.

  1. look into db for the last pic ID and insert the next one into excel file
  2. change title
  3. change description
  4. change the upload time
  5. create the new categorie where you want to insert the pics (via ACP)
  6. change cat number to the new one
  7. change view to another number if you want


For me I have done some modifications, because I like to have the pics in different folders.
So, if you upload a folder with pics (maybe 2007-01-01_icyphoenix) and the pic names (2007-01-01_icyphoenix-001.jpg and 2007-01-01_icyphoenix-002.jpg and so one)

You have to go into my excel file. On the bottom you will find a tab folder. Click this and change the two yellow cells.

Try a little bit with it and i'm sure you will find the way how it is working.

At least copie the sql code into you db:
Code: [Hide] [Select]
INSERT INTO `phpbb_album` VALUES (1,'2007-01-01_icyphoenix/2007-01-01_icyphoenix-001.jpg','2007-01-01_icyphoenix-001.jpg','Test Title','Test Description','3','Steffen','d9583a97','1167724924','2','0','0','1');




Powered by Icy Phoenix