[Interchange-bugs] [Bug 261] Changed - upload Image not working

bugzilla-daemon@interchange.redhat.com bugzilla-daemon@interchange.redhat.com
Fri Jul 6 18:16:06 2001


http://developer.akopia.com/bugs/show_bug.cgi?id=261

*** shadow/261	Fri Jul  6 10:57:43 2001
--- shadow/261.tmp.29844	Fri Jul  6 18:15:17 2001
***************
*** 3,10 ****
  Version: 4.7.6
  Platform: Other
  OS/Version: other
! Status: NEW   
! Resolution: 
  Severity: normal
  Priority: P2
  Component: CommerceLauncher
--- 3,10 ----
  Version: 4.7.6
  Platform: Other
  OS/Version: other
! Status: RESOLVED   
! Resolution: FIXED
  Severity: normal
  Priority: P2
  Component: CommerceLauncher
***************
*** 17,19 ****
--- 17,32 ----
  I tried uploading a couple of images when creating products manually 
  and although it lists the image names in the Admin, the actual files don't 
  seem to be uploading.  It's the same for the uploading a zip file.
+ 
+ ------- Additional Comments From mike@minivend.com  2001-07-06 18:15 -------
+ This was two separate problems.
+ 
+ One, image upload from the products entry was not workign because of an
+ improperly initialized path in catalog build. This was fixed in teh 
+ foundation demo.
+ 
+ Second was due to the uploaded ZIP file having the images in a subdirectory;
+ since they were not in the current directory they were never seen. We didn't
+ warn the user that the images should be placed in the ZIP file without path
+ info; I changed the image collator program to unzip ignoring path info, which
+ fixed the problem.