Ralf (Berlin)
Offline
Posts: 1314
|
 |
« on: March 23, 2008, 10:35:27 PM » |
|
Hello, I have wrote a uploader module for easy uploading files. Features:- Uploading also big files with 50, 100 or 200 MB
- showing process in the same window (Ajax control)
- automaticly renaming files (lowercase, removing special chars, spaces etc.)
- automaticly create subdirs for the uploaders
- creating MD5 checksum
- email reports to uploader and admin
- uploading with subject and additional remarks
- extended error control and error description
- captcha spam control for WB 2.6 and WB 2.7
- EN.php and DE.php
Requirements:- needs PHP 5
- perhaps php.ini must be adjusted, the uploader modulue explains how to do it.
Look at this Post for actual versionRegards Ralf
|
|
|
|
« Last Edit: November 20, 2008, 11:24:31 PM by Ralf (Berlin) »
|
Logged
|
|
|
|
erikp01
Offline
Posts: 44
|
 |
« Reply #1 on: March 24, 2008, 02:47:22 PM » |
|
Ralf,
I dont see the upload button....(on xampp and template allcss).
erik
|
|
|
|
|
Logged
|
|
|
|
Ralf (Berlin)
Offline
Posts: 1314
|
 |
« Reply #2 on: March 24, 2008, 05:00:15 PM » |
|
Hello Erik, please insert <div style="clear:both;padding:15px;"> </div> at the end of file /modules/uploader/templates/frontend.htt to fix this problem. Regards Ralf
|
|
|
|
|
Logged
|
|
|
|
mandamexico
Offline
Posts: 6
|
 |
« Reply #3 on: March 24, 2008, 11:49:56 PM » |
|
i cant see the button on andreas09 template.
where do i put the code: <div style="clear:both;padding:15px;"> </div>
im new to php. please help?!
is there a way i can hide the email and message stuff. i only want the upload and browse sections to appear.
|
|
|
|
|
Logged
|
|
|
|
Ralf (Berlin)
Offline
Posts: 1314
|
 |
« Reply #4 on: March 25, 2008, 05:20:07 PM » |
|
Hi,
please look at the previous message to Erik. It's no php it's a HTML Template file which you can edit with any editor. I will fix this problem with the next version of uploader.
Regards Ralf
|
|
|
|
|
Logged
|
|
|
|
Maruk
Offline
Posts: 97
|
 |
« Reply #5 on: April 08, 2008, 05:01:08 PM » |
|
Hi,
where do i find the "php.ini" file? In the downloaded file "uploader_013.zip" is no php.ini.
|
|
|
|
|
Logged
|
|
|
|
ruebenwurzel
WebsiteBaker Org e.V.
Offline
Posts: 7973
|
 |
« Reply #6 on: April 08, 2008, 05:59:49 PM » |
|
Hello,
the php.ini file is the configuration file of PHP on your webserver. Changes on php.ini can only made by your hoster. Some hosters allow to have own php.ini files in the users webfolder to overwrite the default settings. So i think you have to ask your hoster.
Matthias
|
|
|
|
|
Logged
|
|
|
|
Maruk
Offline
Posts: 97
|
 |
« Reply #7 on: April 08, 2008, 06:07:31 PM » |
|
Ah, thank you verry much for your Answer. But there is an othe Question for the Uploader Modul. In the Frontend I do not see a Button for uploading my selected File. And i do not see the captcha. I made the Tip from Ralf but no Result. What can i do? Eieiei... my english...
|
|
|
|
|
Logged
|
|
|
|
erpe
Offline
Posts: 2077
|
 |
« Reply #8 on: April 09, 2008, 09:38:51 AM » |
|
The same to me. Any ideas to fix the problem?
erpe
|
|
|
|
|
Logged
|
|
|
|
Ralf (Berlin)
Offline
Posts: 1314
|
 |
« Reply #9 on: April 09, 2008, 03:48:13 PM » |
|
Hi,
please wait a little bit, I hope I will have enough time at coming weekend to release the next beta of the uploader module and fixing some known problems...
Regards Ralf
|
|
|
|
|
Logged
|
|
|
|
erpe
Offline
Posts: 2077
|
 |
« Reply #10 on: April 09, 2008, 04:37:11 PM » |
|
Hi Ralf,
this would be great. Thanks in advance.
erpe
|
|
|
|
|
Logged
|
|
|
|
Ralf (Berlin)
Offline
Posts: 1314
|
 |
« Reply #11 on: April 10, 2008, 04:15:32 AM » |
|
Hi, a general problem seem to be, that the uploader module needs a WB 2.6.x conform template for proper working. Please check, that the following sequence is included at index.php between the <head></head> tags: <?php if(function_exists('register_frontend_modfiles')) { register_frontend_modfiles('css'); register_frontend_modfiles('js'); } ?>
Regards Ralf
|
|
|
|
|
Logged
|
|
|
|
Maruk
Offline
Posts: 97
|
 |
« Reply #12 on: April 10, 2008, 06:21:07 AM » |
|
Hi,
WOW... great thing! It works!
Thank you verry much!
But i think it will be fine to have a extra Button to start the Upload.
Have a nice day
Friedrich
|
|
|
|
|
Logged
|
|
|
|
erpe
Offline
Posts: 2077
|
 |
« Reply #13 on: April 10, 2008, 07:44:51 AM » |
|
Yes, it works but:
1. in wb 2.7 RC3a you don't have enabled the frontend output filters (message: wrong email adress, I think because of the (at) and (dot)) 2. the upload-page did not stop uploading, but the file is up 3. on which page (the same page?) schould be redirected after the upload is finished? 4. a start-button would be nicer but not that important
Thanks for working on it.
erpe
|
|
|
|
|
Logged
|
|
|
|
Ralf (Berlin)
Offline
Posts: 1314
|
 |
« Reply #14 on: April 10, 2008, 04:10:01 PM » |
|
@Friedrich: the extra button will come
@erpe: the uploader module stays all the time at the same page and change content within an iframe. The problem with the output filter is known and I think I will find a solution.
Regards Ralf
|
|
|
|
|
Logged
|
|
|
|
|
doc
Guest
|
 |
« Reply #15 on: April 10, 2008, 04:19:26 PM » |
|
@thorn: have a look into the view.php of the Form module (WB 2.7) which fixes the problem with the output-filter.
Regards Christian
|
|
|
|
|
Logged
|
|
|
|
ghost06
Offline
Posts: 53
|
 |
« Reply #16 on: September 08, 2008, 10:24:35 AM » |
|
where is download link? 
|
|
|
|
|
Logged
|
|
|
|
|
|
Ralf (Berlin)
Offline
Posts: 1314
|
 |
« Reply #18 on: November 20, 2008, 10:30:17 AM » |
|
I have wrote a new uploader module. Features- stable and unfailing upload for big files (primary 2 - 150 MB)
- show filename, -size, transferrate, process in percent while uploading
- remove spaces, special chars and rename uploaded files
- create checksum (MD5)
- additional informations (email address, name/nickname, keyword, description)
- email information for webmaster and uploader
RequirementsThe uploader module is specified for experienced users which have access to a server with the needed technical requirements. - Need PHP 5.2.x, PHP 5.2.6 preferred
- The PHP PECL Extension uploadprogress must be installed
- Needs the WB modules dbConnect and rhTools (attached)
Have a look at the following screenshots to see the abilities of the uploader module:  Download:dbConnectrhToolsUploaderAll feedback is welcome! Regards Ralf
|
|
|
|
« Last Edit: December 12, 2008, 09:26:32 PM by Ralf (Berlin) »
|
Logged
|
|
|
|
G4
Offline
Posts: 68
|
 |
« Reply #19 on: November 20, 2008, 01:37:28 PM » |
|
Sounds like a great module.
Anyone have a example page?
|
|
|
|
|
Logged
|
|
|
|
Ralf (Berlin)
Offline
Posts: 1314
|
 |
« Reply #20 on: November 20, 2008, 05:26:12 PM » |
|
Anyone have a example page? you may test the uploader module here: Uploader Sample (english), Uploader Beispiel (Deutsch) The example pages are switched free for uploads up to 35 MB - please feel free to test the uploader module  Regards Ralf
|
|
|
|
|
Logged
|
|
|
|
Boudi
Addon Team
Offline
Posts: 816
|
 |
« Reply #21 on: December 08, 2008, 09:37:35 AM » |
|
Hi, Hilltop and Christian did a very good thing in this thread: http://www.websitebaker2.org/forum/index.php/topic,5325.0.htmlThey created a snippet in which you can upload zip files containing directories and subdirectories with files. So you can upload more than 10 files at once and don't have to create directories any more in the media section. I think this snippet would be great in combination with this uploader module. If so, you can upload big zip files containing lots of dirs and files with just 1 push on the button.  Greetz Boudi
|
|
|
|
|
Logged
|
...:: Bake the Unbakable ::...
|
|
|
Ralf (Berlin)
Offline
Posts: 1314
|
 |
« Reply #22 on: December 09, 2008, 05:10:04 AM » |
|
Hello Boudi, If so, you can upload big zip files containing lots of dirs and files with just 1 push on the button. smiley This may be an useful option for further versions of uploader module, also as creating automaticly preview images for supported filetypes, creating archieves a.s.o. ... But at the moment it seems that the requirements of the uploader module prevent it from more than half a dozen installations (which are all working very fine and without of any trouble) and so I will publish a stable release within the next days and then have look ahead... Regards Ralf
|
|
|
|
|
Logged
|
|
|
|
Boudi
Addon Team
Offline
Posts: 816
|
 |
« Reply #23 on: December 09, 2008, 09:07:12 AM » |
|
Hi Ralf, Great for picking this up. I can't wait for the next stable release  Greetz Boudi
|
|
|
|
|
Logged
|
...:: Bake the Unbakable ::...
|
|
|
Northerner56
Offline
Posts: 4
|
 |
« Reply #24 on: December 21, 2008, 01:20:36 AM » |
|
hello Ralf. Would love to have this functionality, but I see that it is necessary with a bit of detail knowledge for this one. I have installed the module, but did not get any feedback as usual when it was done. Found later that there is certain other components wich I do not know that must be installed before Uploader.
When I try to re-install I get a message telling that Uploader already is installed. But it is not visible either in Uninstall Module nor on menus for pages. Any tip on how I proceed to remove it from the system?
cheers
Leif
|
|
|
|
|
Logged
|
|
|
|
|