Tuesday, April 10, 2012

[sharepointdiscussions] Digest Number 4424

Messages In This Digest (4 Messages)

Messages

1a.

Re: Upload files to virtual folder

Posted by: "brother.gabriel" brgabriel@sspx.org   brother.gabriel

Mon Apr 9, 2012 8:14 am (PDT)



Mr. Alcock, you mean the AvePoint Extender will only work for SQL Enterprise? That is an excellent observation - a detail that I missed when I looked over the Extender.

I tried to convince my boss we needed to purchase a license for the SQL Server, but he insisted that 10gb was enough, so I am sort of stuck with Express.

Also, it looks like I would have to install the entire Ave suite before I could get the extender (which *is* free) - and would have to ask for a license code for the extender (fine).

--- In sharepointdiscussions@yahoogroups.com, "Alcock, Bruce G." <balcock@...> wrote:
>
> First, you'll have to upgrade from SQL Express to SQL Enterprise.
>
> Bruce Alcock
> System Engineer
> OU Information Technology
> ________________________________
> From: sharepointdiscussions@yahoogroups.com [sharepointdiscussions@yahoogroups.com] on behalf of brother.gabriel [brgabriel@...]
> Sent: Saturday, April 07, 2012 7:32 PM
> To: sharepointdiscussions@yahoogroups.com
> Subject: [sharepointdiscussions] Re: Upload files to virtual folder
>
>
>
> Hmmm... looks expensive...
>
> --- In sharepointdiscussions@yahoogroups.com<mailto:sharepointdiscussions%40yahoogroups.com>, Deanna Schneider <deanna.schneider@> wrote:
> >
> > We have DocAve extender to do it, but haven't actually configured it to
> > start doing it yet. It's on our list of "stuff to figure out" soon.
> >
> > On Sat, Apr 7, 2012 at 6:57 PM, brother.gabriel <brgabriel@> wrote:
> >
> > > **
> > >
> > >
> > > It looks like it is possible, then, to make all files uploaded to go into
> > > real directories instead of the sql database. Have you, Mrs. Deanna, or
> > > anyone else done this? I found this interesting post:
> > > http://programming4.us/database/2940.aspx
> > >
> > >
> > > --- In sharepointdiscussions@yahoogroups.com<mailto:sharepointdiscussions%40yahoogroups.com>, Deanna Schneider
> > > <deanna.schneider@> wrote:
> > > >
> > > > There's an API for doing external storage of large files:
> > > > http://msdn.microsoft.com/en-us/library/bb802812.aspx
> > > >
> > > > Perhaps that could get you pointed in the right direction. There are also
> > > > several companies that have used the API to write some GUI's so that you
> > > > can do it in a more point and click fashion.
> > > >
> > > > On Sat, Apr 7, 2012 at 6:42 PM, brother.gabriel <brgabriel@> wrote:
> > > >
> > > > > **
> > >
> > > > >
> > > > >
> > > > > Salvete! Is there a way in Sharepoint to have a file be uploaded to a
> > > > > location in a custom virtual directory instead of sharepoint?
> > > > >
> > > > > I have about 120 users, all of whom need to deliver to our server
> > > monthly
> > > > > files ranging anywhere from 7mb to 500mb. I am only using SQL Express
> > > > > (limit of 10gb) so that will fill up very fast.
> > > > >
> > > > > I am thinking that I can create a virtual directory (in iis7) inside my
> > > > > portal project that links to a particular directory, like D:\mydir, and
> > > > > inside of that directory, there will be a folder for each of my 120
> > > users,
> > > > > with AD permissions set for those users only.
> > > > >
> > > > > Is it possible to make sharepoint move files into those directories, or
> > > > > would it be too difficult to make a custom web part (which I have never
> > > > > done) that provides the uploading capability for them?
> > > > >
> > > > > Using this directory could save my sql space, and make it easier for
> > > large
> > > > > files to be stored on the server. Then I could run an application on
> > > the
> > > > > server to delete files older than 30 days.
> > > > >
> > > > > What do y'all think?
> > > > >
> > > > >
> > > > >
> > > >
> > > >
> > > > [Non-text portions of this message have been removed]
> > > >
> > >
> > >
> > >
> >
> >
> > [Non-text portions of this message have been removed]
> >
>
>
>
>
>
> [Non-text portions of this message have been removed]
>

1b.

Re: Upload files to virtual folder

Posted by: "onewisegeek" 1wisegeek@gmail.com   onewisegeek

Mon Apr 9, 2012 8:36 am (PDT)



The best answer to your question:
Contact Avepoint support/sales

--- In sharepointdiscussions@yahoogroups.com, "brother.gabriel" <brgabriel@...> wrote:
>
> Mr. Alcock, you mean the AvePoint Extender will only work for SQL Enterprise? That is an excellent observation - a detail that I missed when I looked over the Extender.

2a.

Re: Problem to upload 500mb file to portal

Posted by: "brother.gabriel" brgabriel@sspx.org   brother.gabriel

Mon Apr 9, 2012 8:59 am (PDT)



Hey, that is right interesting! It requires that the folder be shared, and requires a full path with unc name. It seems to work okay on the LAN with Internet Explorer, but unless the user is connected via vpn, there is no way to translate the file-system address. It seems like there would need to be a way for sharepoint to translate its own web-address into a file-system location.

--- In sharepointdiscussions@yahoogroups.com, James McGinley <james.mcginley@...> wrote:
>
> Simple "no code" approach
>
>
>
> - on any wiki / web part page
>
> - where it would be useful to submit / view these large files
>
>
>
> - use **Page viewer web part**
>
> - configured to show the File system folder tree
>
> - where you intend users to store the large files
>
>
>
> - user can simply
>
> - drag and drop files into their folder
>
> - click on a filename - to open a file
>
>
>
> Hope this may help.
>
>
>
> James McGinley M: 07986 662851
>
> Consultant, Vitares Limited
>
> ________________________________
>
> -VITARES- Powerful performance... for your business http://www.vitares.com/
>
>
> [Non-text portions of this message have been removed]
>

2b.

Re: Problem to upload 500mb file to portal

Posted by: "brother.gabriel" brgabriel@sspx.org   brother.gabriel

Mon Apr 9, 2012 10:02 pm (PDT)



Okay, I am trying out another approach - putting a custom asp.net uploader into a page-viewer web-part. I posted in Stack Exchange, too, if anyone wants to follow up there.

http://sharepoint.stackexchange.com/questions/33542/how-to-upload-file-to-virtual-directory/33624#33624

--- In sharepointdiscussions@yahoogroups.com, "brother.gabriel" <brgabriel@...> wrote:
>
> Hey, that is right interesting! It requires that the folder be shared, and requires a full path with unc name. It seems to work okay on the LAN with Internet Explorer, but unless the user is connected via vpn, there is no way to translate the file-system address. It seems like there would need to be a way for sharepoint to translate its own web-address into a file-system location.
>
> --- In sharepointdiscussions@yahoogroups.com, James McGinley <james.mcginley@> wrote:
> >
> > Simple "no code" approach
> >
> >
> >
> > - on any wiki / web part page
> >
> > - where it would be useful to submit / view these large files
> >
> >
> >
> > - use **Page viewer web part**
> >
> > - configured to show the File system folder tree
> >
> > - where you intend users to store the large files
> >
> >
> >
> > - user can simply
> >
> > - drag and drop files into their folder
> >
> > - click on a filename - to open a file
> >
> >
> >
> > Hope this may help.
> >
> >
> >
> > James McGinley M: 07986 662851
> >
> > Consultant, Vitares Limited
> >
> > ________________________________
> >
> > -VITARES- Powerful performance... for your business http://www.vitares.com/
> >
> >
> > [Non-text portions of this message have been removed]
> >
>

Recent Activity
Visit Your Group
Yahoo! Groups

Parenting Zone

Community resources

for parents

New web site?

Drive traffic now.

Get your business

on Yahoo! search.

Y! Groups blog

The place to go

to stay informed

on Groups news!

Need to Reply?

Click one of the "Reply" links to respond to a specific message in the Daily Digest.

Create New Topic | Visit Your Group on the Web

No comments: