Forum Moderators: coopster

Message Too Old, No Replies

Uploading file size

Best method

         

josmen

3:55 pm on Aug 21, 2007 (gmt 0)

10+ Year Member



I have a site where our users can upload files that are 500mb + in size. We have been using a java program to do this. There are some things that we want to do differently and so I have been looking at using a php script to upload the files with. I know with a basic form you can upload and send the file via a POST $_FILES but from what I have read that starts to get unpredictable once you start working with larger file sizes. I also know php has built in FTP commands but I am not sure if this is the best route to go or not. Thanks

Dan

Habtom

12:58 pm on Aug 22, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



josmen, welcome to WebmasterWorld

know with a basic form you can upload and send the file via a POST $_FILES but from what I have read that starts to get unpredictable once you start working with larger file sizes.

I haven't heard or witnessed $_FILES becoming unpredicatable, but then again I never faced the need of uploading such huge files from a form.

Habtom

jatar_k

1:13 pm on Aug 22, 2007 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



Welcome to WebmasterWorld josmen

those are huge files, what specifically did the things you read mention in regards to reliability