PC Review


Reply
Thread Tools Rate Thread

ADDING FILES AND MAKING THEM DOWNLOADABLE!!! PLEASE HELP

 
 
bradleybardwell18@sbcglobal.net
Guest
Posts: n/a
 
      18th May 2008
I AM A DJ AND I HAVE MY SITE UP. I am currently trying to add music and CDs
that I have made to b able to be downloadable by potential customers. Right
now when I add anywhere from a 3 min song to a 30 minute Mixtape it works and
uploads on the server, but when I try to add a ZIP FILE that is between 70-80
MB it gives me some kind of error saying: 'PORT 80 ERROR' something along
those lines. CAN YOU GIVE ME SOME IDEAS OF WHAT I SHOULD DO. I dont want to
use some outside site unless I have to.

THANKS
WWW.DJBRADLIVE.COM
 
Reply With Quote
 
 
 
 
Steve Easton
Guest
Posts: n/a
 
      19th May 2008
You can't publish a file over 1mb in size using the http:// website address and extensions

Assuming these files are in their own folder and not in the root of the web, publish them using ftp://

--

Steve Easton
Microsoft MVP FrontPage
FP Cleaner
http://www.95isalive.com/fixes/fpclean.htm
Hit Me FP
http://www.95isalive.com/fixes/HitMeFP.htm



"(E-Mail Removed)" <(E-Mail Removed)> wrote in message
news:768C4EF6-4C70-4DEE-A1B1-(E-Mail Removed)...
>I AM A DJ AND I HAVE MY SITE UP. I am currently trying to add music and CDs
> that I have made to b able to be downloadable by potential customers. Right
> now when I add anywhere from a 3 min song to a 30 minute Mixtape it works and
> uploads on the server, but when I try to add a ZIP FILE that is between 70-80
> MB it gives me some kind of error saying: 'PORT 80 ERROR' something along
> those lines. CAN YOU GIVE ME SOME IDEAS OF WHAT I SHOULD DO. I dont want to
> use some outside site unless I have to.
>
> THANKS
> WWW.DJBRADLIVE.COM


 
Reply With Quote
 
bradleybardwell18@sbcglobal.net
Guest
Posts: n/a
 
      19th May 2008
I dont think ive been publishing in the ftp:// format how do i go from
http:// to ftp:// and what will b the difference and will it mess up any of
what ive been doin?

"Steve Easton" wrote:

> You can't publish a file over 1mb in size using the http:// website address and extensions
>
> Assuming these files are in their own folder and not in the root of the web, publish them using ftp://
>
> --
>
> Steve Easton
> Microsoft MVP FrontPage
> FP Cleaner
> http://www.95isalive.com/fixes/fpclean.htm
> Hit Me FP
> http://www.95isalive.com/fixes/HitMeFP.htm
>
>
>
> "(E-Mail Removed)" <(E-Mail Removed)> wrote in message
> news:768C4EF6-4C70-4DEE-A1B1-(E-Mail Removed)...
> >I AM A DJ AND I HAVE MY SITE UP. I am currently trying to add music and CDs
> > that I have made to b able to be downloadable by potential customers. Right
> > now when I add anywhere from a 3 min song to a 30 minute Mixtape it works and
> > uploads on the server, but when I try to add a ZIP FILE that is between 70-80
> > MB it gives me some kind of error saying: 'PORT 80 ERROR' something along
> > those lines. CAN YOU GIVE ME SOME IDEAS OF WHAT I SHOULD DO. I dont want to
> > use some outside site unless I have to.
> >
> > THANKS
> > WWW.DJBRADLIVE.COM

>
>

 
Reply With Quote
 
Stefan B Rusynko
Guest
Posts: n/a
 
      19th May 2008
Do not publish your site in FTP
- it will corrupt the FP SE
Create a subweb for large files, say named Media
- then convert it to a FP subweb
- and use a 3rd party FTP program to upload just to that folder

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
_____________________________________________


"(E-Mail Removed)" <(E-Mail Removed)> wrote in message
news:CA05EA74-2A1F-468A-9517-(E-Mail Removed)...
|I dont think ive been publishing in the ftp:// format how do i go from
| http:// to ftp:// and what will b the difference and will it mess up any of
| what ive been doin?
|
| "Steve Easton" wrote:
|
| > You can't publish a file over 1mb in size using the http:// website address and extensions
| >
| > Assuming these files are in their own folder and not in the root of the web, publish them using ftp://
| >
| > --
| >
| > Steve Easton
| > Microsoft MVP FrontPage
| > FP Cleaner
| > http://www.95isalive.com/fixes/fpclean.htm
| > Hit Me FP
| > http://www.95isalive.com/fixes/HitMeFP.htm
| >
| >
| >
| > "(E-Mail Removed)" <(E-Mail Removed)> wrote in message
| > news:768C4EF6-4C70-4DEE-A1B1-(E-Mail Removed)...
| > >I AM A DJ AND I HAVE MY SITE UP. I am currently trying to add music and CDs
| > > that I have made to b able to be downloadable by potential customers. Right
| > > now when I add anywhere from a 3 min song to a 30 minute Mixtape it works and
| > > uploads on the server, but when I try to add a ZIP FILE that is between 70-80
| > > MB it gives me some kind of error saying: 'PORT 80 ERROR' something along
| > > those lines. CAN YOU GIVE ME SOME IDEAS OF WHAT I SHOULD DO. I dont want to
| > > use some outside site unless I have to.
| > >
| > > THANKS
| > > WWW.DJBRADLIVE.COM
| >
| >


 
Reply With Quote
 
Stefan B Rusynko
Guest
Posts: n/a
 
      19th May 2008
You can go over the default 1 MB limit
- but on most servers the OP will hit the absolute 30 MB limit

To increase the Default setting from 1 MB anonymous uploads.
There is a command that your host can run on the server that will increase the anonymous upload size for a given web site. The
command (for all ports) is as follows:
owsadm -o setproperty -pn vti_maxuploadcontentlength -pv 30000000
The Owsadm.exe can be found at C:\Program files\common files\Microsoft Shared\Web server extensions\50\bin folder.
- The size at the end of the line is in bytes.


--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
_____________________________________________


"Steve Easton" <(E-Mail Removed)> wrote in message news:%(E-Mail Removed)...
| You can't publish a file over 1mb in size using the http:// website address and extensions
|
| Assuming these files are in their own folder and not in the root of the web, publish them using ftp://
|
| --
|
| Steve Easton
| Microsoft MVP FrontPage
| FP Cleaner
| http://www.95isalive.com/fixes/fpclean.htm
| Hit Me FP
| http://www.95isalive.com/fixes/HitMeFP.htm
|
|
|
| "(E-Mail Removed)" <(E-Mail Removed)> wrote in message
| news:768C4EF6-4C70-4DEE-A1B1-(E-Mail Removed)...
| >I AM A DJ AND I HAVE MY SITE UP. I am currently trying to add music and CDs
| > that I have made to b able to be downloadable by potential customers. Right
| > now when I add anywhere from a 3 min song to a 30 minute Mixtape it works and
| > uploads on the server, but when I try to add a ZIP FILE that is between 70-80
| > MB it gives me some kind of error saying: 'PORT 80 ERROR' something along
| > those lines. CAN YOU GIVE ME SOME IDEAS OF WHAT I SHOULD DO. I dont want to
| > use some outside site unless I have to.
| >
| > THANKS
| > WWW.DJBRADLIVE.COM
|


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Adding a shopping cart for downloadable music files? =?Utf-8?B?U3RldmU=?= Microsoft Frontpage 0 9th Nov 2006 11:28 PM
Adding files while making CAB file Flying Whiz Microsoft Dot NET Compact Framework 8 24th Jul 2004 04:35 PM
Adding downloadable pdf's to my FP2002 site =?Utf-8?B?S3lsZSBKb2huc29u?= Microsoft Frontpage 5 5th Mar 2004 04:11 AM
pdf or downloadable files denice Microsoft Frontpage 2 11th Sep 2003 02:24 PM
Adding Downloadable files to Web Pages patchampton Microsoft Frontpage 3 9th Sep 2003 01:39 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 01:22 AM.