vandan's avatar
Level 13

when file upload change allow option in laravel

how to change allow option when file upload show all files but i want only pdf file can show while upload file in dialog box show any suggestion how to do it?

0 likes
5 replies
vandan's avatar
Level 13

@SNAPEY - yes its working but also all file option when i click to scrollbar

<input type="file" class="custom-file-input" name="attach" accept=".pdf"> 

how to only show in dialogbox pdf not scrolling option to all file

Snapey's avatar

I don't think you can force it.

1 like
vandan's avatar
Level 13

@SNAPEY - but i want only pdf file show while file upload how to hide all file option in file upload please help me out

Snapey's avatar

In the Stack Overflow post that I linked, please see the very first sentence and the section marked IMPORTANT

I don't think I have seen an article with so many upvotes

You cannot have control over what the client does. They can use whatever browser they like or even no browser at all, and still post to your form. You need to validate everything in the back-end

Please or to participate in this conversation.