forum.coppermine-gallery.net

Support => cpg1.5.x Support => cpg1.5 upload => Topic started by: abel6669 on July 10, 2010, 03:41:06 pm

Title: exe file upload error
Post by: abel6669 on July 10, 2010, 03:41:06 pm
I'm having problems uploading .exe files to my gallery (when I say me, i mean someone else that has the speed to do so)..

I'm trying to allow the upload of this file: http://www.lfs.net/?page=downloads

which downloads as : LFS_S2_Z28_setup (with the extension .exe) (134mb)

Now i have the custom filetypes plugin added, and the line for exe is : "exe, application/octet-stream, document, no player" and I have set the max upload size to 400mb (my limit on server is 700) and added exe to the allowed document types..but for some reason it wont upload.

I cant show you any screenshots, as im no doing the uploading. But I know that when I upload one of the files included in the setup (LFS_Restart.exe - size: 40kb) that works..but the installer itself doesnt..

Do i have the wrong mime type?
Title: Re: exe file upload error
Post by: abel6669 on July 10, 2010, 03:41:24 pm
http://realracers.co.cc/gallery

forgot to link
Title: Re: exe file upload error
Post by: abel6669 on July 10, 2010, 03:46:26 pm
according to the guy thats uploading it for me, the error is just:

Error-Real Racers image gallery
Title: Re: exe file upload error
Post by: abel6669 on July 10, 2010, 03:58:29 pm
body [behaviour:url(themes/curve/csshover3.htc)]
[14:46:46] franckcomeon: dropmenu.li
[14:46:52] franckcomeon: wait is not end
[14:49:03] franckcomeon: withd:(1px) dropmenu li a.fisrst level span.first level (white- space nowrap)
[14:49:08] franckcomeon: main menu
[14:49:31] franckcomeon: (overflow: auto)


thats no upload related at all is it.....
Title: Re: exe file upload error
Post by: abel6669 on July 10, 2010, 08:59:29 pm
Code: [Select]
body {behavior: url(themes/curve/csshover3.htc );}
.dropmenu li {width: 1px;} .dropmenu li a.firstlevel span.firstlevel {white-space: nowrap;} .main_menu {overflow: auto;}
Title: Re: exe file upload error
Post by: onthepike on July 10, 2010, 11:46:13 pm
Try exe, application/exe, Document, No Player via Filetypes Editor (for 1.5.x (http://forum.coppermine-gallery.net/index.php/topic,59917.msg296124.html)):
Title: Re: exe file upload error
Post by: abel6669 on July 11, 2010, 12:37:23 am
Thanks...I'll give it a shot.