Uploading

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
pudge1
Forum Newbie
Posts: 1
Joined: Wed May 20, 2009 7:35 pm

Uploading

Post by pudge1 »

Okay my script uploads videos and pictures. It works just fine exactly the way I want it, however, I was wondering if there was any way I could speed it up a little? Help appreciated!
User avatar
requinix
Spammer :|
Posts: 6617
Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA

Re: Uploading

Post by requinix »

Probably. I doubt very much though.

Can't do much about the actual upload but if your code has lots of SQL or file actions then you can probably gain something from them.
User avatar
Benjamin
Site Administrator
Posts: 6935
Joined: Sun May 19, 2002 10:24 pm

Re: Uploading

Post by Benjamin »

What's slow?
User avatar
jaoudestudios
DevNet Resident
Posts: 1483
Joined: Wed Jun 18, 2008 8:32 am
Location: Surrey

Re: Uploading

Post by jaoudestudios »

pudge1 wrote:I was wondering if there was any way I could speed it up a little?
Get a fast broadband conection or hosting provider - depending on where your bottle next is (probably your connection)! :)
Post Reply