File upload gives erro in php 4.4 and php 5.*

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
sachindesarda
Forum Newbie
Posts: 1
Joined: Mon Nov 08, 2004 7:02 am

File upload gives erro in php 4.4 and php 5.*

Post by sachindesarda »

I am trying to upload a file through java client on server. Javaclient gives hit to php page on server. Javaclient successfully uploaded file to server in php 4.3.10

But when I upgrade it to php 4.4 or php 5.2 it fails with giving error file size zero.

Trying to upload file through web to the same php page works in all versions.

What could be the problem?
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

It's difficult to guess without seeing your code (at least.)
Post Reply