|
|
 Rank: Fanatic
Joined: 4/3/2008 Posts: 269 Location: The Netherlands
|
Hi All, Since I'm just using Umbraco from the beginning of April this year, I don't know if someone allready build a Mass Media Upload package(not the FTP one). Some potential customers of mine have requested this feature. If it allready exists can you provide me a link? Otherwise I have to build it myself, what would be a lot of fun :d/
level 2 certified - Umbraco development - Soeteman SoftwareImport data into Umbraco? Consider using UmbImport
|
|
 Rank: Umbracoholic
Joined: 9/27/2007 Posts: 1,874 Location: Belgium
|
Hey Richard, I know of at least 2 packages: - thUtilities, which has support for uploading pics to media sectio using webservices. - umbracoDashboard, which includes a control for zip uploading pics. Both packages can be found on Codeplex's umbraco ext project. Be aware, don't really know about their v4 compatibility. You might need to tweak the code a (little) bit. I know that saelfaer (Sander Houttekier) had some similar request. You could get in contact to verify how he's doing that stuff. Hope that helps. Doei :) /Dirk
level 1 & 2 certified - umbraco MVP 2008/2009 - umbraco blog at netaddicts.be - working on an integrated forum4umbraco
|
|
 Rank: Umbracoholic
Joined: 2/19/2007 Posts: 1,056 Location: Belgium
|
The people from htp://www.noerd.dk/ won the codegarden package competition with a mass media uploader ( based on swfupload ) . But I guess they still need to release the package
Umbraco tips and tricks: http://www.nibble.be - umbraco mvp 08/09 - certified level 1 & 2 professional
|
|
 Rank: Addict
Joined: 7/19/2006 Posts: 882 Location: Århus, Denmark
|
I actually have at copy of that package (but not here). It seems that you still have to open a file picker for every single file though. It will just upload them simultaneously. Ping me on msn mortenbock (at) hotmail.com and I'll dig it up.
|
|
 Rank: Fanatic
Joined: 4/3/2008 Posts: 269 Location: The Netherlands
|
Hey Guys, Thanks for all the replies. The Package based on SWFUpload seems very interesting. If I had to build it myself I would also used this. @Morten, I will contact you tomorrow. Thanks again. Richard
level 2 certified - Umbraco development - Soeteman SoftwareImport data into Umbraco? Consider using UmbImport
|
|
 Rank: Newbie
Joined: 6/5/2008 Posts: 24 Location: Århus, Denmark
|
Hi The swf based MultipleFileUpload package is finally done. Sorry for the wait. I guess the ambitions got a little higher than first expected :) The package enables you to upload multiple files in one go.  A new tab called “Upload” will be added to the native Folder media type. The tab contains a Flash based control which enables the user to select multiple files from multiple sources before uploading. The files will be placed as child nodes under the selected folder. Each file will be handled according to it’s extension. By default the MultipleFileUpload package has to different behaviours. All image files (jpeg, jpg, gif, bmp, png, tiff, tif) will be created as image media types, whereas all other files will be created as file media types. It’s possible to customize how individual files will be treated and the user control that is displayed inside Umbraco. Please refer to the “Extending the package“ section in the documentation. Warning: If you wish to uninstall the package be sure to follow the instructions in the documentation and displayed on the last page of the installer, otherwise you could end up invalidating all folders in the media section. The package is awaiting approval for the repository. Until then you can download the complete source, flex project and package here and a the standalone package here. EDIT: links to version 1.1 Bug fix (applies to v4 beta): uploaded elements won't show up when used in XSLT before a manual save has been performed. Hope you'll find this package usable. Keller nörd
|
|
 Rank: Umbracoholic
Joined: 9/27/2007 Posts: 1,874 Location: Belgium
|
Awesome! Will definitely try out this one! Greetz, /Dirk
level 1 & 2 certified - umbraco MVP 2008/2009 - umbraco blog at netaddicts.be - working on an integrated forum4umbraco
|
|
 Rank: Umbracoholic
Joined: 2/19/2007 Posts: 1,056 Location: Belgium
|
Great ! thanks for taking the time to package this up ! good stuff !
Umbraco tips and tricks: http://www.nibble.be - umbraco mvp 08/09 - certified level 1 & 2 professional
|
|
 Rank: Umbracoholic
Joined: 7/20/2006 Posts: 1,150 Location: Charleston, West Virginia, United States
|
Brilliant. I downloaded and tested. Works well. One thing to note, large file support is not enabled by default in the web.config, thus, you get cryptic error messages returned if the size is too large. Perhaps a quick statement about that in the pdf would be great.. ---> <httpRuntime maxRequestLength="102400" /> for 10MB, etc. Case
• 2007/2008 MVP • 2008/2009 MVP • Certified • Best Case Technologies, LLC• Umbraco Licensing • Support Packages • Web and Application Development • Hosting • Multi-Lingual Site •
|
|
 Rank: Fanatic
Joined: 7/19/2006 Posts: 498 Location: Göteborg, Sweden
|
@Keller: I just says WOW! This is truly awesome, this is the first package that I've seen install the docs with the User Controls very good, should be included in some package best practice! ; ) Thanks for your hard work and for sharing it with the community! Edit: I just tried to upload one file of 80 MB and one of 1.02 GB in Firefox 3/XP and I recieved an error at 100% uploaded for file 2, the first one worked just fine. The Error: "There has been an I/O Error: Error #2038" ASP.Net forum post about this: http://forums.asp.net/p/1182840/2024599.aspx#2024599SWFUpload info on the Flash Player Plugin (not the ActiveX version) cookie bug: http://swfupload.org/forum/generaldiscussion/383BTW, do you think that it's possible to somehow block this datatype from beeing used in doc types? It work in a doc type as well but no images is visible in the GUI what I can see... // ; ) Kalle
" - Yeah I'd like to share your point of view, as long as it's my view too... ( http://www.d-a-d.dk/lyrics/pointofview)
|
|
 Rank: Fanatic
Joined: 7/19/2006 Posts: 498 Location: Göteborg, Sweden
|
neehouse wrote:<httpRuntime maxRequestLength="102400" /> for 10MB, etc.
That's actually 102 MB isn't it? And as a side note, The default size is 4096 KB (4 MB), maximum allowed value is "2097151", Guess that will be about 2 GBs.. // ; ) Kalle
" - Yeah I'd like to share your point of view, as long as it's my view too... ( http://www.d-a-d.dk/lyrics/pointofview)
|
|
 Rank: Newbie
Joined: 6/5/2008 Posts: 24 Location: Århus, Denmark
|
Thanks for the positive response! @neehouse: You are probably right! I thought about this, but I figured it's a general ASP.NET limitation so people would know, but the bit about cryptic error messages convinced me otherwise. I'll but it in the documentation later. @kalpa: I didn't think about that scenario and I haven't tested it's behaviour in a doctype, but I'm pretty sure that it doesn't work, since the code is creating media nodes. This just shows that even though you test your code, you are almost certainly not gonna test every aspect because you are thinking in the context where the code is supposed to work. As far as I know theres no way to put restrictions on a datatype, correct me if I'm wrong. Keller nörd
|
|
 Rank: Umbracoholic
Joined: 7/19/2006 Posts: 1,043 Location: Preston, UK
|
Nice one Keller. I have been waiting with anticipation for this package since being blown over by it at codegarden!! Ismail
Level 2 certified. If it aint broke dont fix.
|
|
 Rank: Addict
Joined: 7/19/2006 Posts: 882 Location: Århus, Denmark
|
keller wrote: As far as I know theres no way to put restrictions on a datatype, correct me if I'm wrong.
You could probably hack it by writing a bit of code in the datatype that checks for the Doctype/Mediatype of the current content element, and simply renders an errormessage if it is not a "Folder" type.
|
|
 Rank: Fanatic
Joined: 4/3/2008 Posts: 269 Location: The Netherlands
|
Very cool package!! Thanks for sharing.
level 2 certified - Umbraco development - Soeteman SoftwareImport data into Umbraco? Consider using UmbImport
|
|
 Rank: Enthusiast
Joined: 9/27/2007 Posts: 35 Location: Reading, UK
|
Great to see this released, I have also been waiting in anticipation since CG08, I have a bunch of files to upload for a client ( who is to lazy to do it themselves ;-) ) and this will save me lots of time :) Thanks to you all for releasing it :)
Chris Houston - Umbraco Developer for over 2 years. Boating Blog - Narrowboat Blog - Website on it's way... Vizioz
|
|
 Rank: Devotee
Joined: 12/6/2007 Posts: 64
|
Awesome, works sweet!
New Zealand Umbracoee
|
|
 Rank: Newbie
Joined: 3/24/2008 Posts: 4 Location: Netherlands, Zwolle
|
This is a really cool package! Just installed it and everything works great. You guys did also a great job on writing some good documentation.
It would be nice to have this package integrated in upcoming versions of Umbraco.
|
|
 Rank: Aficionado
Joined: 3/30/2008 Posts: 168 Location: Sweden
|
Excellent work! Thanks a lot!
|
|
Rank: Enthusiast
Joined: 5/14/2008 Posts: 34 Location: Brugge Belgium
|
Great, i am going to experiment around with this package...
it looks very nice, good work to everyone involved. nice one Keller
euh i of course am to late to see this :) i indeed was working with mass uploading media as well but my situation was slightly different i just wanted to get my files on the server and create a content node per file so i used toehler's massMediaUpload tool in the utilities for umbraco project. and then wrote a custom control that picked those images up and created a content node for each of them. with the data that goes with them like a title, tags, description...
so the only similar here is that i had to upload all pics, and i used another tool for it :) but i think if you are working towards customers, that a nice visualisation can't hurt you cannot request an 3rd party tool installed on customer's pc
so this option that keller made is brilliant towards customers for sure...
again, nice work man Sander
Sander Houttekier, Umbraco Level 2 Certified
|
|
The forum has moved
This forum is no longer in use, so you can't reply to this message - please go to Our Umbraco
|
|
Guest |