• Toll-free  888-665-8637
  • International  +1 717-220-0012
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

globalweb9
#1 Posted : Tuesday, October 28, 2008 1:14:42 PM(UTC)
globalweb9

Rank: Member

Joined: 7/26/2004(UTC)
Posts: 155
United States

have a customer who is trying to upload a .wav file to be available for download once the associated product is purchased. She has uploaded the file to the root "files" folder, but it is not showing up thru the FILE DOWNLOAD existing files drop-down menu when trying to apply this file to the product. Any ideas?

Let me note that the file is 40Mb in size, and trying to perform the on-line upload resulted in a time-out.
---
Randy Armbrecht
RichWeb, Inc.
Global Web Solutions
http://richweb.com
http://globalweb.net
globalweb9
#2 Posted : Wednesday, October 29, 2008 6:55:40 AM(UTC)
globalweb9

Rank: Member

Joined: 7/26/2004(UTC)
Posts: 155
United States

Just checking in...Anyone have any ideas what would be preventing this from showing in the available files drop-down?
---
Randy Armbrecht
RichWeb, Inc.
Global Web Solutions
http://richweb.com
http://globalweb.net
Marcus
#3 Posted : Wednesday, October 29, 2008 9:08:31 AM(UTC)
Marcus

Rank: Member

Joined: 11/5/2003(UTC)
Posts: 1,786

File permissions would be the only thing I could think of. Make sure the ASPNET account can view and modify the file. Once it's in the /files folder it still needs to be added to the file library which will record it in the database and append the .config extension to prevent people from downloading it directly.
globalweb9
#4 Posted : Wednesday, November 12, 2008 8:30:06 AM(UTC)
globalweb9

Rank: Member

Joined: 7/26/2004(UTC)
Posts: 155
United States

Marcus,

Sorry for the delay in posting a reply back - The "files" folder has M, RE, R, W permissions on it, and these are successfully passed down to the files within the "files" folder. This has worked fine on all other files they have linked to products, they/we just cannot get this new file to be seen by the system via the BV admin....
---
Randy Armbrecht
RichWeb, Inc.
Global Web Solutions
http://richweb.com
http://globalweb.net
globalweb9
#5 Posted : Monday, November 24, 2008 9:26:06 AM(UTC)
globalweb9

Rank: Member

Joined: 7/26/2004(UTC)
Posts: 155
United States

Marcus,

Just trying to followup here....As I mentioned before, all file permissions are fine; the file upload/link-to-product works fine for other smaller files, including other smaller MP3 files, just not for these larger MP3 files. Anything else you an think of? Where can we look at and/or change the max file upload size?

The puzzling thing about this is that even if we place the file in the FILES folder, the system will not recognize these larger MP3 files so manually selecting an existing file options do not work either
---
Randy Armbrecht
RichWeb, Inc.
Global Web Solutions
http://richweb.com
http://globalweb.net
Marcus
#6 Posted : Monday, November 24, 2008 10:42:07 AM(UTC)
Marcus

Rank: Member

Joined: 11/5/2003(UTC)
Posts: 1,786

ASP.NET has a 4MB max file upload size by default. Actually it's the max HTTP request size. You need to edit your web.config file to set this tag:

Code:
<httpRuntime maxRequestLength="8192" />


The 8192 is 8 * 1024 or 8 megabytes in size. To allow 50MB uploads set it to 50 * 1024 = 51200
globalweb9
#7 Posted : Wednesday, November 26, 2008 2:34:34 PM(UTC)
globalweb9

Rank: Member

Joined: 7/26/2004(UTC)
Posts: 155
United States

thanks! that did the trick
---
Randy Armbrecht
RichWeb, Inc.
Global Web Solutions
http://richweb.com
http://globalweb.net
Forum Jump  
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.

©2024 Develisys. All rights reserved.
  • Toll-free  888-665-8637
  • International  +1 717-220-0012