Re: Upload not working on adding progress bar script in HTML file [message #184832 is a reply to message #184831] |
Tue, 11 February 2014 04:41 |
Jerry Stuckle
Messages: 2598 Registered: September 2010
Karma:
|
Senior Member |
|
|
On 2/10/2014 11:22 PM, Saikat Saha wrote:
>
>
> I am creating an app where I need to upload file using HTML input type="file" to a PHP server,when I upload the file to the PHP link without progress bar its working fine but when i add progress bar count script using ajaxform its unable to upload the file to the PHP server while this progress bar code works fine for this online test server, http://posttestserver.com/post.php.
>
> I am not getting what is the actual issue as I am not aware of PHP code and my friend is not aware of HTML code,my friend is saying there is nothing to do from his end as it is working fine without progress bar script. I had tried all possible progress bar script available in the web.please help me out how to solve it with progress bar count.
>
I have to agree with your friend. If it's working without the progress
bar, it's probably not a PHP problem.
However, you also haven't provided sufficient information for any more
assistance. For instance - did you change any PHP code from the working
to the non-working version? Do you get any errors - either at the
browser (javascript) or the server (php)? Are you sure the scripts
you're using work with the server's version of PHP? What are the
differences between the test and production servers (i.e. PHP versions,
operating system, etc.)?
Lots of unknowns here. You need to do some debugging to see just where
the problem lies. The answers to these questions should help you know
where to start looking.
--
==================
Remove the "x" from my email address
Jerry Stuckle
jstucklex(at)attglobal(dot)net
==================
|
|
|