The user is able to upload an image which will have a massive amount of image data. This image data is going to be stored temporarily on the browser in the textbox. Once the user submits the form to the PHP server using POST, I'm going to add the contents of that textbox to a blob in the database.
My question: Is there a maximum limit to the amount of characters an HTML textbox can take?
I read online somewhere that I won't be able to POST this textbox to the server (with PHP).