Re: Upload not working on adding progress bar script in HTML file [message #184871 is a reply to message #184865] |
Wed, 12 February 2014 11:35 |
Jerry Stuckle
Messages: 2598 Registered: September 2010
Karma:
|
Senior Member |
|
|
On 2/11/2014 11:50 PM, Saikat Saha wrote:
> On Tuesday, February 11, 2014 9:52:59 AM UTC+5:30, 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.
>
> Hi All,when i check the error log in console I found that I am getting some error like ---> disallowed for cross-origin requests that require preflight can help me out what to do now using jquery ajax
>
That's an AJAX error message, and has nothing to do with PHP. You need
to be following up in a javascript newsgroup.
--
==================
Remove the "x" from my email address
Jerry Stuckle
jstucklex(at)attglobal(dot)net
==================
|
|
|