DNN Hosting Register Login
 
Latest Discussions Minimize
How to upgrade UVG by js360160
I have UVG 02.00.00 installed and I just downloaded UVG 02.04.04.Is there a spec...
File Transfer to Amazon by OurLink
I am having a small issue with the Amazon S3 integration on UMG. I have followed...
How to specify the format of [CREATEDATE] by loon08
like datetime.ToString("MMM,d yyyy") in .net, how to specify [CREATEDATE]'s form...
photoid in 3DCarousel not working by loon08
I am using 3DCarousel. When photoid is specified in url, it does not show the i...
A "must-have" option in "Settings / Default Sorting / Order": RANDOM by kossut
Hello, I've just purchased UMG and I can't believe, that in as rich, functional ...
Link: text box purpose by bhoffort
What is the purpose of the Link: text box in the photo property interface?Is the...
Format to export in final cut by rmalone
Weve got an issue exporting from final cut, I dont know what has happened, but w...
Errors in Video player module by coolvibe
When I click on one of the related photos. I get the below error. The resource...
Error when uploading pictures by nathanw
Hi There,My users see the following error when trying to upload any image (jpg, ...
UMG comments w/ profile images by MarkSensei
Hi all,I just thought I would pass along a little integration I pulled off where...
Our Partnership Minimize
If you are looking for good DNN hosting, then PowerDNN is the best DNN host around!
Support Forum Minimize
Subject: Add Photo's from ZIP File - Error
Prev Next
You are not authorized to post a reply.

Page 2 of 2 << < 12
Author Messages
Pengtsen R
Posts:5232


06/27/2007 12:27 PM  
you can edit it in Edit Photo screen -> Manage Downloads link.

I asked you 2 questions in another post, you specify zip file in Photo field or Download field?

Thanks.

Pengtsen R
http://www.bizmodules.net
Mark Turkel
Posts:10
Silver Member

06/27/2007 1:11 PM  
Photo field. Sorry I missed it.

Thanks,
Mark

Mark Turkel
Posts:10
Silver Member

06/27/2007 6:00 PM  
I'm sorry, but I can't find any screen that will allow me to edit the price on the picture. I'm logged in as host, and I'm at the Manage Photos screen. I click on the pencil icon to edit, and that's the only screen I know of that shows this info, and the price is a label, not a text box.

Thanks,
Mark
Pengtsen R
Posts:5232


06/27/2007 10:14 PM  
you can edit it in Edit Photo screen -> Click Manage Downloads link.

Pengtsen R
http://www.bizmodules.net
Mark Turkel
Posts:10
Silver Member

06/28/2007 11:30 AM  
There is no Manage Downloads Link.

I have a screenshot for you to see, but I don't know how to attach.

In the LINKED DOWNLOAD section, there is no way to change the price.

How can I get you the screen shot?

Mark
Pengtsen R
Posts:5232


06/28/2007 9:28 PM  
I'm absolutely sure there is a Manage Downloads link in Edit Photo screen, if you can't find it please email your screenshot to service@bizmodules.net.

Thanks.

Pengtsen R
http://www.bizmodules.net
H W
Posts:21
Silver Member

08/14/2007 12:12 AM  
Hi

Every week we use a lot of ZIP file uploading from 10 to 15 different users.

We see a lot of people having problems with this uploading - mainly because of 3 basic problems:

1. They sometimes include subfolders within the zip files.

2. They sometimes include files like "thumbs.db" and "picasa.ini" in the zip files.

3. When using a mac, the zip files produced include thumbnails and other folders.

Are there any suggestions for changing the DNN or UMG configurations which might allow some of these error situations to work?

Thanks

Hwood
Pengtsen R
Posts:5232


08/14/2007 1:02 AM  
well, this should work in latest UMG 3, when upload a zip file, .db, .ini, sub folders will be ignored and only valid pictures are added to UMG.

thanks.

Pengtsen R
http://www.bizmodules.net
H W
Posts:21
Silver Member

08/14/2007 2:54 AM  
Thanks.

Here's some more information:

- I think the problem with the .db and .ini might be in the Host filetype configuration, but am not sure.

- The problem with the subfolders is often that the subfolders contain the JPGs to be uploaded - if this is the case would you expect these photos to be successfully uploaded?

- The problem with the mac produced zip files is still under investigation here.

Also I think I'm still running 3.0.8 - so I can try to upgrade this.

Thanks again for your help

Hwood
Pengtsen R
Posts:5232


08/14/2007 6:49 AM  
yes, if your zip file contains .db and .ini file, you must enable it it Host Settings, otherwise the upload process will be failed.

currently UMG add pictures in the root of a zip file only, you may need to add some instruction about this to your clients.

thanks.

Pengtsen R
http://www.bizmodules.net
udo wuertz
Posts:7
Bronze Member

04/14/2008 2:23 PM  
Hello,

I`ve got the same problem with .zip´s larger than 4 MB (4096); error-screen with web-config error is shown.

my web.config - entry is:



Any idea ?

Thanks a lot,
Udo
Pengtsen R
Posts:5232


04/14/2008 7:20 PM  
what error screen did you see? please pates it here.

and please show me the httpRuntime section of your web.config, you may need to remove html start and end tag before post it.

thanks.

Pengtsen R
http://www.bizmodules.net
udo wuertz
Posts:7
Bronze Member

04/15/2008 12:49 AM  
Here it is:

httpRuntime useFullyQualifiedRedirectUrl="true" maxRequestLength="30000" requestLengthDiskThreshold="30000" executionTimeout="10000"
udo wuertz
Posts:7
Bronze Member

04/15/2008 12:59 AM  
Heres the error:
Server Error in '/' Application.
--------------------------------------------------------------------------------

Total size > 4194304 bytes
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: Brettle.Web.NeatUpload.UploadTooLargeException: Total size > 4194304 bytes

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:


[UploadTooLargeException (0x80004005): Total size > 4194304 bytes]
Brettle.Web.NeatUpload.FilteringWorkerRequest.WriteParsedToOutputStream() +301
Brettle.Web.NeatUpload.FilteringWorkerRequest.CopyUntilBoundary() +65
Brettle.Web.NeatUpload.FilteringWorkerRequest.ParseOrThrow() +2327
Brettle.Web.NeatUpload.FilteringWorkerRequest.ParseMultipart() +253
Brettle.Web.NeatUpload.FilteringWorkerRequest.GetKnownRequestHeader(Int32 index) +21
System.Web.HttpWorkerRequest.HasEntityBody() +17
System.Web.HttpRequest.GetEncodingFromHeaders() +168
System.Web.HttpRequest.get_ContentEncoding() +48
System.Web.HttpServerUtility.UrlDecode(String s) +148
DotNetNuke.HttpModules.UrlRewriteModule.OnBeginRequest(Object s, EventArgs e) +560
System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +92
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +64

[HttpException (0x80004005): Unhandled HttpException while processing NeatUpload child request]
Brettle.Web.NeatUpload.UploadHttpModule.Application_BeginRequest(Object sender, EventArgs e) +845
System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +92
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +64




--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.1433; ASP.NET Version:2.0.50727.1433
Pengtsen R
Posts:5232


04/15/2008 6:34 AM  
about the "total size > 4194304" error, your current web settings doesn't allow you to upload 4mb of data.

to correct it, please set configuration -> system.web -> neatUpload -> maxNormalRequestLength to a bigger value. you can add this attribute if there isn't.

thank you.

Pengtsen R
http://www.bizmodules.net
You are not authorized to post a reply.
Page 2 of 2 << < 12

Forums > Ultra Media Gallery > Support Questions > Add Photo's from ZIP File - Error

Enterprise level DotNetNuke Solutions Copyright © 2005-2008 BizModules   |  Contact Us  |  Terms Of Use  |  Privacy Statement