Posts by lucas20 • 53 points
3 posts
-
0
votes2
answers307
viewsQ: How to create an exception in htaccess for locking folders
I have a folder that contains some Pdfs and would like to block the folder access by the url (eg www.site.com/pdf) so I got the following command deny from all but when I call PDF inside an iframe…
-
1
votes1
answer136
viewsQ: Uploading files with PHP does not recognize
I’m trying to upload images with PHP and Ajax but the result says it’s an undefined value Javascript code $('form[name="update-user"]').submit(function(){ form = $(this); $.ajax({ url:…
-
4
votes3
answers20750
viewsQ: How to add option for a select by Jquery/Javascript
I’m trying to create a select which receives its options via Javascript or jQuery, the data is stored in an array. Example: for (i = 0; i <= cidades.length; i++) {…