yeah it seems to be Edge only. The dialog buttons work as expected in Chrome and Firefox. The phone is using Android 16 (OneUI 8.5) and Edge version 149.0.4022.53
I'm not aware of this issue, but to help the other guys.
What version of Android are you using?
Did you try a different browser? To see if Edge is the issue here.
I agree when are you going to read this (really poor BTW) article?
Here is a better article so you actually know what is going on and answers questions you had in other comments --> https://arstechnica.com/gadgets/2026/05/speed-boosting-low-latency-profile-is-one-of-the-improvements-coming-to-windows-11/
It is unclear if one will be able to disable the new profile at this point but I am not seeing any reason why one would.
I disagree; they come off very "bitchy" and "whiny".
Make a great product and combine that with a great price (free) and people will come over to your side. Or build it and they will come as they say.
Constantly trying to get attention by complaining all the time, will turn people off to your product.
Question
Ben_Chep
I have written a simple file upload script but when I go to upload a file i get the following error:
"Forbidden
You don't have permission to access /fileuploader.php" on this server.
Apache/2.0.54 (Win32) PHP/5.0.5 Server at localhost Port 80"
The upload code looks like this:
<?
if($file_name !="")
{
copy ("$file", "c:\\server\htdocs\$file_name") or die ("Could not copy the file");
}
else { die("No File Specified");}
?>
<html><head><title> Upload Complete</title></head>
<body><h3> File Upload Succeded...</h3>
<ul>
<li>Sent: <?php echo "$file_name"; ?>
<li>Sent: <?php echo "$file_size"; ?> bytes
<li>Sent: <?php echo "$file_type"; ?>
</ul>
<a href="<?php echo "file_name" ?>"> Click here to view file</a>
</body
</html>
And heres the form that calls this script:
<form action=fileuploader.php" method = "post" enctype="multipart/form-data">
<input type="file" name = "file" size "50">
<br/>
<input type="submit" value = "Upload File">
</form>
Can anbody help? Is there a problem in the code or with my Apache setup?
Link to comment
https://www.neowin.net/forum/topic/388371-php-upload-script-problem/Share on other sites
3 answers to this question
Recommended Posts