vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   Uploading big files (300 megs +) (https://vborg.vbsupport.ru/showthread.php?t=76726)

DrkFusion 02-21-2005 01:27 AM

Uploading big files (300 megs +)
 
Now I know that it may not be meant to upload a 300 meg file, but I waswondering if it is possible (and if a script can be provided - that canbe modified to my likings to incorporate member system etc) to upload300 meg files via php (ftp? function) to a directory on the server.

sabret00the 02-21-2005 08:41 AM

yes it is possible www.yousendit.com do it with asp i think

Beermonster 02-21-2005 10:40 AM

A guy I know made a simple script that shouldn't be to hard to intergrate with VB there is a demo here http://webdev.mtnpeak.net/fileupload/

and you can download it from http://webdev.mtnpeak.net/?pg=php

Zachery 02-21-2005 03:19 PM

Quote:

Originally Posted by DrkFusion
Now I know that it may not be meant to upload a 300 meg file, but I waswondering if it is possible (and if a script can be provided - that canbe modified to my likings to incorporate member system etc) to upload300 meg files via php (ftp? function) to a directory on the server.

Sure, however that script will need to run at least as long as the upload will take ;)

miz 02-21-2005 08:08 PM

set_time_limit(0);

can slove the problem i think

but its will be sucks any way
heh

Zachery 02-22-2005 12:14 AM

Quote:

Originally Posted by miz
set_time_limit(0);

can slove the problem i think

but its will be sucks any way
heh

Not all hosts allow that ;)

DrkFusion 02-23-2005 03:16 AM

I am looking for a script based (possibly FTP) which will allow me to upload the file to a specific folder set by me. I will see what I can whip together - I remember I tried this a couple of times.

DrkFusion 03-02-2005 09:49 PM

*bump*

Uranium-235 03-03-2005 02:02 AM

it's more complicated then that

you need to change your PHP configuration. Yourupload_max_filesizeandpost_max_size would have to be changed to 300M oraboveifyour'eplanning on using a form to upload the file

if you're planning on opening the file in PHP, your memory_limit will also have to be above 300M

there's a bug in VB, if I try and edit this post and put spacesbetweenand & post and your'e & planning, it won't take effect


All times are GMT. The time now is 01:50 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01093 seconds
  • Memory Usage 1,725KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (9)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete