DNN Hosting Register Login
 
Latest Discussions Minimize
What directory to upload FTP Manually. by egnition
Hi,I've been searching and reading your manual and all...I've been banging my head for a day to figu...
Chage Default Video that is loaded in the UVG player by coleman.ce
I have created my home page and added the VIDEO Player module to it. By Defuakt this module comes pr...
Upgrade by whfang
Hello -, We currently have UltraPhotoGallery 02.05.07 and would like to upgrade it to Ultra Media G...
Problem with hebrew by deboraku
We are working on site with Ultra Media Gallery 3. Site is with Hebrew localization, but in gallery ...
comments not showing after adding iFinity module by kbjeff
Pengtsen,We just upgraded our site to use Bruce's IFinity URL Master. Everything seems to be working...
Video Layout by rtaubin
I was wondering if the following layout can be achieved using UVG?http://www.arch-no.org/media/Thank...
Top Photos not working by slallen
I recently upgraded to UMG 5 from 3.0.10. I am using UMG in Personal Gallery mode. I have a page wit...
Converter can't synchronize video by pietje_puk100
Hi Pengtsen R,I am currently trying to upload a video with the UVG Converter. I first noticed some e...
Can't add Albums by hogana
I have an installation of UMG5 Enterprise on a server that is being used on a single site.After the ...
CPU Perfomance 100% by boeler
helloon my website i have two flash. first  is a menu and second the gallery. when i activate the fi...
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:4502
Site Administrator


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:4502
Site Administrator


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:4502
Site Administrator


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:4502
Site Administrator


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:4502
Site Administrator


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:4502
Site Administrator


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:4502
Site Administrator


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