Re: postgresql csv import
[email protected] (ourdiaspora)
| Newsgroups | php.general |
|---|---|
| Message-ID | <MbJ5L8-Jl73uu_T9q0N2htomh_N84wzT2matdgdEgGGPz7d4CPjvNvSNna5YhONshjgk3W3T_BlVwB4q_HmrmLDH3sFMzAxbpVHzT6ndWLA=@protonmail.com> |
> > <form enctype="multipart/form-data" action="...php" method='post'> > > <input type="hidden" name="MAX_FILE_SIZE" value="50" /> > Do you know what this hidden input is doing exactly? No, just a weak start at the concept of security (in this case, to minimise file size acceptanc). Commented out the this hidden type, no change; failure continues.