473,473 Members | 2,282 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

File upload upto 2gb

190 New Member
HI all,

I have file management system, in this system have the option to upload the file into server. this application provide the possibility to upload four files in a time, that is have four file upload property in a form. What i want is i want to upload a file upto 2 GB and totally 8 GB in a form upload. But my php only allow's upto 1 gb, when am increasing the memory limit , upload_max_size, post_max_size then script will not work. How can i upload the file have 2 gb... Is there option... Is php stream will help..... Any idea.....
May 22 '09 #1
3 3310
Ciary
247 Recognized Expert New Member
i'm not sure if it helps but you might take a look at this

also, if you're going to upload files greater then 1GB you might consider changing the time-out.

also, are you sure your hardware can follow your php. i'm not sure how php uploads files but if he first loads the full file into RAM before writing it to disk it might cause some trouble.
also remember a FAT-32 only allows files smaller then 4GB before you try even larger files.
May 22 '09 #2
Markus
6,050 Recognized Expert Expert
Have a look at using PHP FTP instead.
May 22 '09 #3
maheswaran
190 New Member
thank markus will look and let u know
May 26 '09 #4

Sign in to post your reply or Sign up for a free account.

Similar topics

10
by: 3A Web Hosting | last post by:
Hi Is it possible to perform multiple file uploads via a form? It's no problem uploading single files but I want to be able to highlight a group of files and upload them all in one go. My...
1
by: Chris Mosser | last post by:
I'm looking for an applet that allows for multiple file uploads. I found jupload and am considering using that, but I might have a couple issues. I need to build a web app for a print shop, that...
5
by: Grace | last post by:
Hello, I want to upload the file by webpage to SQL Server. When I upload the small file, it is work. But, when I upload big file(ex. 40~50 MB), it isn't work; the Browser displays the...
1
by: wenqiang7 | last post by:
I am encountering a very strang problem with file uploading in my ASP.Net page. When we try to upload certain file, we'll get an error msg of "Cannot find server or DNS Error". We are running...
4
by: somaskarthic | last post by:
Hi How to upload larger files (nearly 50 MB size) in php . I tried , if(move_uploaded_file($_FILES,"/home/lcscon/public_html/admin/".$_FILES)) { echo "File has been uploaded ."; }...
3
by: PythonistL | last post by:
Is there a way in Javascript: 1.) call File Manager from Windows, 2.) let a user to choose the file 3.) assign the chosen file to a variable? Thank you for your help Lad.
1
by: Lad | last post by:
Users needs to upload big files upto 100MB.So I think that FTP protocol would be a solution, but how can I allow users to select the right file ,on their local disk, via a file dialog ? Thank...
0
by: shwetu | last post by:
Hello! I need to Upload File of size upto 100MB. I have restricted max. file size to be uploaded in web.config as<httpRuntime maxRequestLength="102400" /> But still file of size not more...
0
by: nadig | last post by:
Please help out to upload file more 64MB File
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.