difference in speed for uploading files in MAC and PC

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
Atiq
Forum Commoner
Posts: 26
Joined: Thu Feb 19, 2004 5:23 am

difference in speed for uploading files in MAC and PC

Post by Atiq »

Hi there,

I am fetching my hairs for the last 2 weeks about this issue. I have create a photo gallery that uploads the zip files (containing jpg images)

When I upload 1.5 MB file from windows IE it takes almost 2 min to upload or less but when I try it through MAC (Safari and firfox) some times it times out or if it uploades it takes 10-15 and even more mins.

I haven't found any thing on the web related to this.

Any help would be much appreciated.

Regards,
Atiq
Dave2000
Forum Contributor
Posts: 126
Joined: Wed Jun 21, 2006 1:48 pm

Post by Dave2000 »

What does this have to do with PHP? :evil:
Atiq
Forum Commoner
Posts: 26
Joined: Thu Feb 19, 2004 5:23 am

Post by Atiq »

That is what I want to know.

Client is killing me here...I am stuck becuase of this . Waht are the things that I can check...Also the server is same and I am using the same linux server to upload files both with MAC and PC.
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Post by Christopher »

Can you show us what the HTTP request looks like? It's probably something in the headers sent.
(#10850)
nickvd
DevNet Resident
Posts: 1027
Joined: Thu Mar 10, 2005 5:27 pm
Location: Southern Ontario
Contact:

Post by nickvd »

... Has to be asked ...

Are the two computers on the same 'level' of net connection. In other words, are you sure that it's not just a matter of the client's net connection being dialup?
Post Reply