File repository Options
Ig_p118
Posted: Monday, March 10, 2008 2:44:16 PM
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
mortenbock
Posted: Tuesday, March 18, 2008 1:08:26 PM

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
Ig_p118
Posted: Thursday, March 27, 2008 9:31:06 PM
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
psterling@homax
Posted: Thursday, March 27, 2008 9:57:28 PM

Rank: Aficionado

Joined: 10/30/2007
Posts: 107
Ig_p118
Posted: Friday, March 28, 2008 12:50:27 PM
Rank: Aficionado

Joined: 7/21/2006
Posts: 154
Location: Italy
Is there a tutorial?

Red Consulting s.a.s - Umbraco from v1.0
psterling@homax
Posted: Friday, March 28, 2008 2:18:04 PM

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
mortenbock
Posted: Friday, March 28, 2008 9:08:26 PM

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
Ig_p118
Posted: Saturday, March 29, 2008 9:44:12 AM
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
Ig_p118
Posted: Thursday, April 17, 2008 10:29:40 AM
Rank: Aficionado

Joined: 7/21/2006
Posts: 154
Location: Italy
NO news?

Red Consulting s.a.s - Umbraco from v1.0
drobar
Posted: Thursday, April 17, 2008 2:29:21 PM

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.aspx

cheers,
doug.

MVP 2007/2008 - Official Umbraco Trainer for North America - Percipient Studios
desynch
Posted: Friday, April 18, 2008 2:31:53 AM
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.
dawoe
Posted: Friday, April 18, 2008 12:12:54 PM

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
Ig_p118
Posted: Saturday, April 19, 2008 10:08:56 AM
Rank: Aficionado

Joined: 7/21/2006
Posts: 154
Location: Italy
I know this one, http://www.binaryintellect.net/articles/a2a58ee2-72dc-43b5-a4e1-5d935ef6894e.aspx and http://www.binaryintellect.net/articles/44b73e89-78d9-4ad7-8157-bce54ad31fde.aspx.
I think that controls are more simple to integrate into Umbraco...

What do you think about?

Red Consulting s.a.s - Umbraco from v1.0
Ig_p118
Posted: Saturday, April 19, 2008 10:10:16 AM
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
Petr Snobelt
Posted: Monday, April 21, 2008 8:34:49 AM
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
dawoe
Posted: Monday, April 21, 2008 10:34:49 AM

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
Petr Snobelt
Posted: Monday, April 21, 2008 12:17:15 PM
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
Petr Snobelt
Posted: Monday, April 21, 2008 12:19:14 PM
Rank: Devotee

Joined: 10/2/2007
Posts: 65
Location: Czech Republic
I can't edit my last message :-(

Someone try to combine both
http://www.brettle.com/ForumThreadView.aspx?thread=382&pageindex=7
jHodgkinson
Posted: Thursday, April 24, 2008 5:10:46 PM
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:




drobar
Posted: Thursday, April 24, 2008 5:27:29 PM

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
Users browsing this topic
Guest


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.