Questions tagged [file-upload]
The file-upload tag has no summary.
7 questions
1
vote
0
answers
23
views
Unable to upload media to Wordpress [closed]
For ~2 months now, client has been unable to upload media files via Wordpress Media Upload, nor via WP File Manager plugin.
The site is hosted with GoDaddy, and we have checked that we are able to ...
0
votes
0
answers
309
views
Upload PDF to Google site
I have created a Google site with my custom domain (www.example.com)
How I can add a PDF file without having to uploaded to Google drive. I want to have a link with my PDF like: www.example.com/file....
2
votes
2
answers
3k
views
IIS 10 and PHP 7.3 cant upload 4M file in one POST request
I have changed the maxfile size in the php.ini settings, but i do not know how to change it in the IIS 10 config.
My hphinfo:
I am getting the error 1 in the $_FILE array (which as I understand means ...
1
vote
0
answers
64
views
html file fails once loaded [closed]
I'm encountering an error that i can't figure out.
I have some html files that I open perfectly withthe browser (falkon) on my pc. But, once i upload them to the website, they give me Internl Server ...
1
vote
0
answers
38
views
How to Bulk Submission of Organized Data [closed]
I'm assessing the options for users to submit a significant amount of data to a web solution I'm writing.
I can write the validations and proper input of the received data, so I'm going to pass ...
1
vote
1
answer
1k
views
how can file content affect whether its uploading gets a 403 error
I use ajax (POST) in javascript to send text data to be saved as a file on the server by a php program (which simply does an fopen, fwrite and fclose). This generally works OK.
However recently I ...
1
vote
1
answer
4k
views
Microsoft Edge browser not correctly filtering PDF files in upload file dialog with Contact Form 7
I am using a Contact Form 7 which allows you to attach a PDF file to the message:
https://www.publictalksoftware.co.uk/contact-form/
Chrome correctly shows a filter:
Firefox correctly shows a filter:...