I have an assignment at hand where I have to write a file upload program using PhP 4 with a progress bar(indicating the file upload status), which as par my knowledge goes can be done using java(swing or beans) - but how do I intregate PhP 4 file upload script with Java.
Please give me some idea how to achieve this.
Thank you.