|
|
Rank: Aficionado
Joined: 7/21/2006 Posts: 154 Location: Italy
|
Hi,
is't possible to use or extend Umbraco with File Repos module? If yes, how?
Thank you
Red Consulting s.a.s - Umbraco from v1.0
|
|
 Rank: Addict
Joined: 7/19/2006 Posts: 655 Location: Århus, Denmark
|
Take a look at this post from last years codegarden. It's a datatype that lets you save files to an ftp server...
Morten Bock - Level 2 certified - My danish blog with a few english posts | CodeGarden on Facebook
|
|
Rank: Aficionado
Joined: 7/21/2006 Posts: 154 Location: Italy
|
mortenbock wrote:Take a look at this post from last years codegarden.
It's a datatype that lets you save files to an ftp server... Where is link?
Red Consulting s.a.s - Umbraco from v1.0
|
|
 Rank: Aficionado
Joined: 10/30/2007 Posts: 107
|
|
|
Rank: Aficionado
Joined: 7/21/2006 Posts: 154 Location: Italy
|
Is there a tutorial?
Red Consulting s.a.s - Umbraco from v1.0
|
|
 Rank: Aficionado
Joined: 10/30/2007 Posts: 107
|
There is no tutorial but the project is straightforward. Essentially this creates a new Umbraco DataType which you assign to a Document Type Property. I can put up some code a bit later. -Paul motusconnect.com :: level-2 certified
|
|
 Rank: Addict
Joined: 7/19/2006 Posts: 655 Location: Århus, Denmark
|
actually you can also assign the datatype to a media property so that you can pick the media from the media picker...
Morten Bock - Level 2 certified - My danish blog with a few english posts | CodeGarden on Facebook
|
|
Rank: Aficionado
Joined: 7/21/2006 Posts: 154 Location: Italy
|
Can I use zip type in media picker ? How will zip file be big?
I wish a page with list file as file manager...
Red Consulting s.a.s - Umbraco from v1.0
|
|
Rank: Aficionado
Joined: 7/21/2006 Posts: 154 Location: Italy
|
NO news?
Red Consulting s.a.s - Umbraco from v1.0
|
|
 Rank: Umbracoholic
Joined: 9/8/2006 Posts: 1,066 Location: KY, USA
|
The upload limit is set in the machine.config or web.config. The default is 4MB, but this can be reset to larger values in your web.config. There is a great discussion at http://weblogs.asp.net/jgalloway/archive/2008/01/08/large-file-uploads-in-asp-net.aspxcheers, doug.
MVP 2007/2008 - Official Umbraco Trainer for North America - Percipient Studios
|
|
Rank: Newbie
Joined: 4/18/2008 Posts: 1
|
Maybe you should consider integrating a user control like this asp.net file manager control. I used this control in one of my projects for document management, it shows folder contents and allows you to upload and download files. I am not sure on howto add it to an umbraco site, though.
|
|
 Rank: Aficionado
Joined: 1/19/2008 Posts: 124 Location: Belgium
|
desynch wrote:Maybe you should consider integrating a user control like this asp.net file manager control. I used this control in one of my projects for document management, it shows folder contents and allows you to upload and download files. I am not sure on howto add it to an umbraco site, though. I'm working on a upload control using SWFUpload, but the project is in the freezer for the moment. Because of other priorities.
Converting a DotNetNuke site to Umbraco : Follow it here
|
|
Rank: Aficionado
Joined: 7/21/2006 Posts: 154 Location: Italy
|
|
|
Rank: Aficionado
Joined: 7/21/2006 Posts: 154 Location: Italy
|
Ah, other info:
how to Upload big file : set maxRequestLength attribute of httpRuntime tag in the config file to the required value. By default it is 4096 KB.
Bye
Red Consulting s.a.s - Umbraco from v1.0
|
|
Rank: Devotee
Joined: 10/2/2007 Posts: 65 Location: Czech Republic
|
dawoe wrote: I'm working on a upload control using SWFUpload, but the project is in the freezer for the moment. Because of other priorities.
Try look at NeatUpload before unfreeze, it doesn't need flash - http://www.brettle.com/neatupload
|
|
 Rank: Aficionado
Joined: 1/19/2008 Posts: 124 Location: Belgium
|
Petr Snobelt wrote:dawoe wrote: I'm working on a upload control using SWFUpload, but the project is in the freezer for the moment. Because of other priorities.
Try look at NeatUpload before unfreeze, it doesn't need flash - http://www.brettle.com/neatupload I had a look at this before, but I think I preferred SWFUpload because it didn't need any web.config changes and because SWF let's you select multiple files at a time. If I remember correct with brettle upload you need to select all the files one by one.
Converting a DotNetNuke site to Umbraco : Follow it here
|
|
Rank: Devotee
Joined: 10/2/2007 Posts: 65 Location: Czech Republic
|
SWF upload is client part only, isn't it ? Can SWF upload handle uploading large (100 MB) files ?
NeatUpload can be combined wit
|
|
Rank: Devotee
Joined: 10/2/2007 Posts: 65 Location: Czech Republic
|
|
|
Rank: Fanatic
Joined: 3/15/2007 Posts: 293 Location: Cary, NC USA
|
Awesome job Niels. This is a way cool project - thanks so must for posting this. We took the core project and modified it to be used as a "video" data type to upload and insert video files into our website. This was our first go around at it and I'm sure there are additional tweaks and changes we will make to make this more customizeable but below are some highlights of how we used it so far... Video Upload data type:  Video media type (uses Video Upload data type to upload file and store ftp location):  Creating new media video file/uploading file:   Directory Options bound by xml config file (we wanted to be able to control the locations editors would see):  Displaying existing video media file info:  Insert video player in page using media picker to wire-up video file: Output result in web browser:  Extended Xslt library functions for uses in rendering video locations in video player macro:   Additional Configurable Properties via web.config:
|
|
 Rank: Umbracoholic
Joined: 9/8/2006 Posts: 1,066 Location: KY, USA
|
John, you continue to thrill us with extremely useful posts! Any chance you want to package all this up? The package repository team would love to review it and get it into the official repo. cheers, doug.
MVP 2007/2008 - Official Umbraco Trainer for North America - Percipient Studios
|
|
|
Guest |