Advanced search  

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Pages: [1]   Go Down

Author Topic: Upload big wmv files  (Read 8760 times)

0 Members and 1 Guest are viewing this topic.

mk

  • Coppermine newbie
  • Offline Offline
  • Posts: 8
Upload big wmv files
« on: December 27, 2006, 06:15:31 pm »

hy  8)

Is it possible to upload big wmv files <300MB ??
when i or my members try now we got the timeout an the error : This page cutten be found.

on this page i have read :( http://forum.coppermine-gallery.net/index.php?topic=24088.0 )

Quote
Please keep in mind that HTTP uploads are limited by the restrictions placed upon them in PHP's configuration.

Things to check:

1. max_input_time- 60 seconds is the default time limit for uploading files.

This time limit includes the time it takes for the files to upload, so if you exceed this limit, the file will not even parse, and the browser will not get a response. You can workaround this by trying to upload smaller or fewer files, or you can try uploading over broadband. The best solution, of course, is to increase the time limit to something more in line with your needs.

2. upload_max_filesize - 2MB is the default limit for individual files.

3. post_max_size - 8MB is the default limit for post requests.

4. memory_limit - 8MB is the default size.

I can se that the timelimit is 60 sek ..... is it possible to change this ?
I can see that the max size is 2MB, but it seems that i have no problem to upload file a 39MB , but when i try a very big file i got ther error.

« Last Edit: December 29, 2006, 07:54:10 am by GauGau »
Logged

rphMedia

  • Contributor
  • Coppermine addict
  • ***
  • Offline Offline
  • Gender: Male
  • Posts: 515
  • ***muvipix.com***
    • muvipix - Music | Video | Pictures
Re: Upload big wmv files
« Reply #1 on: December 27, 2006, 07:53:05 pm »

Try FTP and 'Batch Add' under Admin.

mk

  • Coppermine newbie
  • Offline Offline
  • Posts: 8
Re: Upload big wmv files
« Reply #2 on: December 28, 2006, 08:08:21 am »

what is this doing ?
Logged

mk

  • Coppermine newbie
  • Offline Offline
  • Posts: 8
Re: Upload big wmv files
« Reply #3 on: December 28, 2006, 08:10:16 am »

and how is this help my members to upload large files?
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: Upload big wmv files
« Reply #4 on: December 28, 2006, 09:17:07 am »

Not at all, it's an admin-only feature. There's no way to circumvent server-sided restrictions nor client-sided restrictions if the server isn't yours to configure.
Logged

mk

  • Coppermine newbie
  • Offline Offline
  • Posts: 8
Re: Upload big wmv files
« Reply #5 on: December 28, 2006, 05:25:15 pm »

is it possible to config the server whit a .htaccess file so it is possible to upload bigger files?

Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: Upload big wmv files
« Reply #6 on: December 28, 2006, 05:41:47 pm »

No. Only possible method is to configure via php.ini as suggested in the sticky thread. Usually (on shared webhosting), your webhost won't allow you to edit those parameters, as this would mean to give you more computing power on the server, which would mean that less virtual hosts could share the same server, which is simply an economic matter for your webhost. That's why the proverbial "what you pay is what you get" applies for webhosting as well. Sign up for a better (i.e. more powerful, but usually more expensive) webhosting contract if you need more computing power on your server. If you can't/won't, then you simply won't be able to allow your users to upload large files. Sorry about that, but this isn't something you could circumvent on application level (where Coppermine is the application in question), but one level up on server setup level. If there was an easy method to circumvent those server-sided restrictions, everybody would apply them.
If you need more information on this issue, contact your webhost - we simply can't give any other advice.
Logged

mk

  • Coppermine newbie
  • Offline Offline
  • Posts: 8
Re: Upload big wmv files
« Reply #7 on: December 28, 2006, 08:05:25 pm »

thanks for a god and useble answer i don cant use to enyshing, but thats seem not to be your mistage  ;)
Logged

mk

  • Coppermine newbie
  • Offline Offline
  • Posts: 8
Re: Upload big wmv files
« Reply #8 on: December 29, 2006, 04:49:36 pm »

I have spoken to the host and they have try somthing and say that it is Coppermine who is somshing wrong whit and not the server?

Logged

mk

  • Coppermine newbie
  • Offline Offline
  • Posts: 8
Re: Upload big wmv files
« Reply #9 on: December 29, 2006, 04:50:06 pm »

ps. the problem is NOT solved  ::)
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: Upload big wmv files
« Reply #10 on: December 30, 2006, 08:54:58 am »

I didn't say that there was something wrong with your webhost's setup, so you might have asked them the wrong question in the first place. I didn't say that there could be a solution for you.
Logged

mk

  • Coppermine newbie
  • Offline Offline
  • Posts: 8
Re: Upload big wmv files
« Reply #11 on: December 30, 2006, 09:19:54 am »

is I realy the only one and first that have this problem to upload files bigger then 39MB ?

ps. I cant use my webhost answer to somshing, the just say : use FTP insted, and that is not the idea whit using Coppermine to a Member bio to oure homevideos.  :'(
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: Upload big wmv files
« Reply #12 on: December 30, 2006, 09:27:48 am »

Uploading large files from the browser is tricky, as there are browser timeouts as well. Coppermine hasn't been designed with http uploading of 39MB-files in mind. So if you need an app where users can upload such large files, you may have to look for another app, as coppermine is not meant for you then. There's little use in ranting about this fact.
Logged
Pages: [1]   Go Up
 

Page created in 0.021 seconds with 20 queries.