SMFHacks.com
SMFHacks
Community Suite
SMF Gallery Pro
SMF Store
SMF Classifieds
Newsletter Pro
Downloads System Pro
Ad Seller Pro
Hacks and Mods
Latest SMF Hacks
TopTen Hacks
Styles and Themes
Add a Hack
Manage Hacks
Earn Money from Your Forum with these tips
SMF Theme Generator
SMF Package Parser
Free SMF Hosting
HostRocket Webhosting for SMF
Site Showcase
Search Forums
Advanced search
User
Welcome,
Guest
. Please
login
or
register
.
May 22, 2012, 03:08:08 pm
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Stats
Members
Total Members: 10066
Latest:
khoeidong
Stats
Total Posts: 28682
Total Topics: 4975
Online Today: 87
Online Ever: 2482
(April 09, 2011, 07:02:45 pm)
Users Online
Users: 1
Guests: 41
Total: 42
Simtronx
SMFHacks.com
Forum
SMF Gallery Pro
Support
Feature Requests
Bulk Image Upload via archive (zip)
0 Members and 1 Guest are viewing this topic.
« previous
next »
Pages:
[
1
]
Author
Topic: Bulk Image Upload via archive (zip) (Read 4613 times)
dlomneck
Newbie
Offline
Posts: 11
Bulk Image Upload via archive (zip)
«
on:
November 24, 2007, 02:00:29 am »
How hard would it be to implement something like the SMF package interface, where you can just upload a .zip file full of pictures and have the site decompress them and process them? This would be 1000% better than giving 100 users FTP access to upload files to the dir on the server. And easier for people to use I think. Would obviously have to follow the size standards on the server and resize automatically if set, just like the individual image upload does. Shouldn't be that hard to have it loop through them though, read the images in, check size, resize if needed, move to the right dir, then delete the archive.zip when done.
Would such a feature be a reasonable request? The java method seems outdate, and doesn't follow the resize restrictions, and gives me lots of "Undefined index: browser" errors, AND doesn't work for anybody but admin, so isn't a real solution. Thanks for your consideration.
David
Logged
SMFHacks
Administrator
Hero Member
Offline
Posts: 9676
Re: Bulk Image Upload via archive (zip)
«
Reply #1 on:
November 24, 2007, 08:46:35 pm »
Might support it later on. Main issue seems to require a php extension in order to function:
http://www.w3schools.com/php/php_ref_zip.asp
«
Last Edit: November 26, 2007, 08:00:55 pm by SMFHacks
»
Logged
dlomneck
Newbie
Offline
Posts: 11
Re: Bulk Image Upload via archive (zip)
«
Reply #2 on:
November 26, 2007, 02:11:45 am »
Well, I know it would be a great addition. Especially since the bulk image upload is broken if you have it set to resize the images. It would really allow you to upload a lot of pictures without having to fill out a ton of upload fields.
David
Logged
SMFHacks
Administrator
Hero Member
Offline
Posts: 9676
Re: Bulk Image Upload via archive (zip)
«
Reply #3 on:
November 26, 2007, 08:28:40 pm »
Looks easy to add using the zip extension. Next question should it be admin only, or added to the bulk upload form as option to select a zip file.
The main issue I could see happening is the memory limit issue for php. By default php has a 2MB post accept limit which means most users of this function will need to increase there php settings in order to accept large zip files. Also might take a while to excute since php will extract the files from the zip file.
Logged
dlomneck
Newbie
Offline
Posts: 11
Re: Bulk Image Upload via archive (zip)
«
Reply #4 on:
November 27, 2007, 03:17:14 am »
Well, even if you are only using it to upload 5 images at a time, it's going to be less work on the user I think then filling out all those fields. Maybe I'm being selfish with this request. I know that my host, crystaltech, has their php set to 8mb, but yes, that 2mb is the normal for uploading. Even at 2megs, if you zip them, that could be 10 or more images you can upload with a single upload form. As long as you put something for the user to see that says "make sure your zip is under xxx megs", I would be extremely happy with this feature. And I do think it should be available to anybody who has access to the bulk uploader.
David
Logged
Skyview
Jr. Member
Offline
Posts: 73
Re: Bulk Image Upload via archive (zip)
«
Reply #5 on:
December 03, 2007, 04:43:38 pm »
I would like to see something like this as well. However, I would request that it be setup so that you could specify which member groups have the ability to access and use the feature.
Logged
SMFHacks
Administrator
Hero Member
Offline
Posts: 9676
Re: Bulk Image Upload via archive (zip)
«
Reply #6 on:
December 03, 2007, 07:59:20 pm »
Quote from: Skyview on December 03, 2007, 04:43:38 pm
I would like to see something like this as well. However, I would request that it be setup so that you could specify which member groups have the ability to access and use the feature.
I was planning on just using the bulk upload option permission to decide if they access to it or not.
Logged
Skyview
Jr. Member
Offline
Posts: 73
Re: Bulk Image Upload via archive (zip)
«
Reply #7 on:
July 09, 2008, 01:51:13 am »
Quote from: SMFHacks on November 26, 2007, 08:28:40 pm
The main issue I could see happening is the memory limit issue for php. By default php has a 2MB post accept limit which means most users of this function will need to increase there php settings in order to accept large zip files. Also might take a while to excute since php will extract the files from the zip file.
I'm not sure about most people who use the gallery, but I have my site on a VPS so I can set this to anything I choose. In fact, I think I already had bumped it up quite a bit for a file transfer script I was running.
Quote from: SMFHacks on December 03, 2007, 07:59:20 pm
Quote from: Skyview on December 03, 2007, 04:43:38 pm
I would like to see something like this as well. However, I would request that it be setup so that you could specify which member groups have the ability to access and use the feature.
I was planning on just using the bulk upload option permission to decide if they access to it or not.
That would work fine as well. Any plans to still include this?
Logged
SMFHacks
Administrator
Hero Member
Offline
Posts: 9676
Re: Bulk Image Upload via archive (zip)
«
Reply #8 on:
July 09, 2008, 07:17:09 am »
It is planned I have started work on it requires an extension to be installed in php though.
Logged
Pages:
[
1
]
« previous
next »
Jump to:
Please select a destination:
-----------------------------
SMFHacks.com
-----------------------------
=> News
=> Site Discussion
===> Suggestions
===> Bugs
-----------------------------
SMF Gallery Pro
-----------------------------
=> Announcements
=> Presales
=> Support
===> Bugs
===> Feature Requests
-----------------------------
SMF Store
-----------------------------
=> Announcements
=> Presales
=> Support
===> Guides and Tips
===> Feature Requests
===> Bugs
-----------------------------
SMF Classifieds
-----------------------------
=> Announcements
=> Presales
=> Support
===> Bugs
===> Feature Requests
-----------------------------
Downloads System Pro
-----------------------------
=> Announcements
=> Presales
=> Support
===> Feature Requests
===> Bugs
-----------------------------
Ad Seller Pro
-----------------------------
=> Presales
=> Support
-----------------------------
Newsletter Pro
-----------------------------
=> Presales
=> Support
===> Feature Requests
-----------------------------
Social Login Pro
-----------------------------
=> Presales
-----------------------------
Badge Awards
-----------------------------
=> Presales
-----------------------------
Tweet Topics/FB Post System
-----------------------------
=> Presales
-----------------------------
SMF Gallery Lite
-----------------------------
=> SMF Gallery Lite
-----------------------------
Modifications/Themes
-----------------------------
=> General SMF Forum
=> Modifications Talk
===> Latest Mods
===> Modification Showcase
=> Theme Talk
===> Theme Showcase
===> Latest Themes
Recent
Store IPN AMOUNT CHANGE
by
ApplianceJunk
[May 21, 2012, 08:54:11 am]
Transferring Db data from...
by
~ Phåråoh ~
[May 20, 2012, 11:06:52 am]
SMF vs PhpBB
by
channgam
[May 20, 2012, 05:58:11 am]
Any news?
by
SMFHacks
[May 19, 2012, 06:16:58 pm]
Social Login Pro domain c...
by
SMFHacks
[May 19, 2012, 05:42:37 pm]
licence information and q...
by
SMFHacks
[May 18, 2012, 03:08:38 pm]
no pictures after upgrade
by
SMFHacks
[May 17, 2012, 06:07:46 pm]
Viewers?
by
ApplianceJunk
[May 17, 2012, 02:22:07 pm]
Incorrect download counts...
by
SMFHacks
[May 17, 2012, 12:38:16 pm]
SMF V2.0.2 compatibility ...
by
~ Phåråoh ~
[May 15, 2012, 09:32:27 pm]
Random Picture
Donate to SMFHacks.com
Help Support the SMFHacks.com mod making.
Loading...