How to upload Image file using AJAX and jQuery

  Рет қаралды 38,055

Makitweb

Makitweb

Күн бұрын

Пікірлер: 28
@oldguy8177able
@oldguy8177able 6 ай бұрын
thank you mate,code worked first time,very clear and concise
@MrAersth
@MrAersth 2 жыл бұрын
who can i send fd(file), and other values, input text value for example, i try this data: {fb, input value}, whitout results. nice video
@makitweb
@makitweb 2 жыл бұрын
Append the other values in FormData object like this - var name = "Yogesh"; var city = "Bhopal"; fd.append('file',files[0]); // File fd.append('name',name); // Name fd.append('city',city); // City In the PHP file read name and city using POST. $name = $_POST['name']; $city = $_POST['city'];
@MrAersth
@MrAersth 2 жыл бұрын
@@makitweb Thanks, u are my hero now, you have not idea how many days try to resolve this, i have only one more question, i try to send this radio buttom in the var var_name = $('input[name=radio_name]=checked', '#form_id').val() fd.append('var_name', var_name); , but whitout results, i try like other var but nothing. again THNKS
@makitweb
@makitweb 2 жыл бұрын
Read the value of radio button like this - var var_name = $('input[name="radio_name"]:checked').val(); fd.append('var_name', var_name);
@umangternate
@umangternate 4 жыл бұрын
How to write the value of URL (in ajax script) if the files are not in the same folder? For example, if the jscript is in a different folder but is included in the index.php and the upload.php is also in a different folder, how to write the url value in the javascript/ajax code?
@musiclovers8488
@musiclovers8488 4 жыл бұрын
So simple ... neat and clean code ... can I ask you something ?
@clementechs
@clementechs 4 жыл бұрын
thanks brother it was very usefull
@makitweb
@makitweb 4 жыл бұрын
Glad it helped
@abimbolaoladunni1725
@abimbolaoladunni1725 4 жыл бұрын
Very helpful video Mr. Yogesh Singh. What if I want to upload both image and video file
@makitweb
@makitweb 4 жыл бұрын
Hi Abimbola, You have to add video file extensions in the $valid_extensions Array.
@arslanazam4542
@arslanazam4542 5 жыл бұрын
Is data also send to db
@makitweb
@makitweb 5 жыл бұрын
Hi Arslan, No data is not send to database. You can view this tutorial -kzbin.info/www/bejne/apW4YqyJa86qfas to know how to save image to database.
@carlosvieirax5
@carlosvieirax5 5 жыл бұрын
How can i send fd+string? (data: fd, id,)
@makitweb
@makitweb 5 жыл бұрын
Hi Carlos, You need to append data to FormData object for sending value to AJAX file. Example - fd.append(name,'Yogesh'); fd.append('city','bhopal');. Here, fd is the FormData object.
@hosseinhasanpouri5407
@hosseinhasanpouri5407 3 жыл бұрын
this was help me , thank you :)
@makitweb
@makitweb 3 жыл бұрын
You're welcome!
@adamfidler9945
@adamfidler9945 4 жыл бұрын
Thankyou. It would be good if you could do image upload with text to my sqltoo.
@stb4327
@stb4327 4 жыл бұрын
You are amazing!
@beto2265
@beto2265 4 жыл бұрын
muchas gracias, buen video
@makitweb
@makitweb 4 жыл бұрын
De nada.
@stb4327
@stb4327 4 жыл бұрын
I have already subscribed and Liked
@aacv
@aacv 5 жыл бұрын
not working on android
@stepone3040
@stepone3040 4 жыл бұрын
Working good thanks
@makitweb
@makitweb 4 жыл бұрын
You're welcome.
@АянЖанганысов-б5в
@АянЖанганысов-б5в 4 жыл бұрын
братан хотя бы временами проверяй работает ли твой код
@emmanuelsiziba5142
@emmanuelsiziba5142 5 жыл бұрын
nice
@donnfredericklucas9705
@donnfredericklucas9705 4 жыл бұрын
Sakeeet
PHP Upload & Remove using Ajax Jquery
16:52
Webslesson
Рет қаралды 29 М.
Beat Ronaldo, Win $1,000,000
22:45
MrBeast
Рет қаралды 158 МЛН
Sigma Kid Mistake #funny #sigma
00:17
CRAZY GREAPA
Рет қаралды 30 МЛН
Try this prank with your friends 😂 @karina-kola
00:18
Andrey Grechka
Рет қаралды 9 МЛН
Каха и дочка
00:28
К-Media
Рет қаралды 3,4 МЛН
How to upload a file using jQuery AJAX in Laravel 8
17:01
Makitweb
Рет қаралды 2,1 М.
How to Upload File and Image using PHP, Jquery, Ajax
6:51
Code Next
Рет қаралды 16 М.
Send form data using ajax-JQUERY , AJAX , JSON
11:43
balaji admane
Рет қаралды 33 М.
Upload image with ajax and PHP
6:52
Coders Page
Рет қаралды 14 М.
Ajax File Upload with Form Data using PHP
12:38
CodexWorld
Рет қаралды 8 М.
Client-Side Image Compression in the Browser | JavaScript Tutorial
20:41
Solving one of PostgreSQL's biggest weaknesses.
17:12
Dreams of Code
Рет қаралды 220 М.
Beat Ronaldo, Win $1,000,000
22:45
MrBeast
Рет қаралды 158 МЛН