Skip to main content

Questions tagged [file-upload]

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 ...
Benjamin Jones's user avatar
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....
Cipri's user avatar
  • 101
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 ...
0___________'s user avatar
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 ...
black-clover's user avatar
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 ...
Rich_F's user avatar
  • 111
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 ...
Peter Cooper's user avatar
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:...
Andrew Truckle's user avatar