coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 upload => Topic started by: Zeitgeist on November 24, 2005, 11:39:54 AM

Title: Batch Uploading Problem
Post by: Zeitgeist on November 24, 2005, 11:39:54 AM
I'm having the same problem I had described in an earlier (unrelated) post. Anyway, in batch uploading some of my pictures are not showing up.

Directory:
/albums/Year 2004/2004 (00) Misc Pictures by Justin Alexander/2004-MiscByJustinA_01.jpg (2004-MiscByJustinA_02.jpg, 03, etc) --- Show Up in Batch Upload

/albums/Year 2004/2004 (02-08) Big Party @ Daniel's Parents in Franklin, TN/2004_02_08-LevysParents_00.jpg (2004_02_08-LevysParents_01.jpg, 02, etc) --- Does NOT show up in Batch Upload

I know I shouldn't use spaces, etc, in my directory names but I use the same hierarchy on my machine, that's why. I'm kind of confused on what the problem is.
Title: Re: Batch Uploading Problem
Post by: mini1400 on November 24, 2005, 12:48:23 PM
Could it be the apostrophe in the filename - I know MS SQL doesn't like them in fields....
Title: Re: Batch Uploading Problem
Post by: kegobeer on November 24, 2005, 03:41:38 PM
Don't use spaces or special characters in file names.  Just because you can do it in Windows doesn't mean you should use it on your website.  That causes plenty of errors when attempting to use PHP scripts to look at file names.
Title: Re: Batch Uploading Problem
Post by: Zeitgeist on November 26, 2005, 04:34:48 AM
Quote from: kegobeer on November 24, 2005, 03:41:38 PM
Don't use spaces or special characters in file names.  Just because you can do it in Windows doesn't mean you should use it on your website.  That causes plenty of errors when attempting to use PHP scripts to look at file names.

Okay, yeah, it seems like it is the apostophe, I'll remove them on my machine and host. Thanks.