It would have been really great if you could make a walkthrough of the entire coding process. It's quite hard to understand it all in such short videos. Thank you, tho!
Hi i wanna to ask did u upload any video regarding push notifications jese hi new user register ho admin ko notification ayay... In codeigniter plzz guide its really helpful, by the way ur work is awesome i learn complete codeigniter by ur videos thank u ❤️
how can I upload image using AJAX JQuery Modal, please make one video as you made CRUD application with AJAX or just add Image upload feature in that code. Please sir.
Sir thanks for this video it's very useful But can we also upload video file by this method or there is any other method for it. Please sir reply it's very urgent please sir
Dear sir I have a problem Want to upload 2 images from 2 file fields having different config and have to validate both with other input fields and then after validation of all things goes true then upload images and store all posted data to db. How to achieve this thing. Stuck from past 3 days but don't getting how to do the validation of both file fields with other input fields and upload both images after validation.
My image is not uploaded in path,anyone please suggest.. my code goes in else part. "error" view ........................................................................................................................... controller..................................................................................................................... public function imgupload(){ $config=array( 'upload_path'=>'.image/', 'allowed_types'=>'gif|jpg|png' );
$this->load->library('upload', $config); if ( $this->upload->do_upload()) { $upload_data=$this->upload->data(); print_r($upload_data);
Mujhe do_upload mei tori problem ho ri konsi video dekhni chahiya please suggest me Mujhe apni assignment complete krni hai. And please send that in my email-'rukh12parv@gmail.com' please sir
Dear Sir, It is giving me error as "The upload path does not appear to be valid.". Please find below code for your reference. $config=[ 'upload_path' => './upload/', 'allowed_types' => 'gif|jpg|png' ]; $this->load->library('upload',$config); if($this->form_validation->run() && $this->upload->do_upload()) Please help
Below code has solved the issue but i want to understand what is it? $image_path = realpath(APPPATH . '../upload'); $config=[ 'upload_path' => $image_path, 'allowed_types' => 'gif|jpg|png', ]; $this->load->library('upload',$config); $this->upload->initialize($config); if($this->form_validation->run() && $this->upload->do_upload()) {
whenever i tried to upload .png file i always get an error The filetype you are trying to upload is not allowed even though i allowed file type as png but it did not worked. I changed the file from png to jpg using paint then work perfactly . why i am getting this issue .
good video. but REMOVE THE BLACK LINE BELOW ASKING FOR SUBSCRIBERSSSSS. it is so annoying. people will subscribe if they want to. you remembered them once, it is okay. dont make your video look foolish
Don't forget to hit the Subscribe & Like button!
thanks sir ji me yhi video dhundh rha tha.
I Know bro you follow to the weblesson videos.But your explanation is awesome than weblesson ..)
Please make a video on how to upload multiple images in database...
can u upload image and also insert category id from category table in product dynamically
Dear sir
thanks for this video.
and plz make video on what MIC u r using for recording and link where from we buy it......
okay kal banane hai ek video iski bhi..thanks
Send the code sir image upload
It would have been really great if you could make a walkthrough of the entire coding process. It's quite hard to understand it all in such short videos.
Thank you, tho!
sir hum multiple files kese upload kr skte hai ?
uske liye koi plugins install krvana pdega kya ?
normally ker sakte ho for loop use kerke mn bta dunga ek video bana ke..thanks
thanks for reply sir,
main video ki wait krunga....
Hi i wanna to ask did u upload any video regarding push notifications jese hi new user register ho admin ko notification ayay... In codeigniter plzz guide its really helpful, by the way ur work is awesome i learn complete codeigniter by ur videos thank u ❤️
very useful video thanks, bro...
Sir ek dam.mast haj sir resize kaise kerenge ham photo ko upload hone se phle
try karo video me btaya hai mane..please check
how can I upload image using AJAX JQuery Modal, please make one video as you made CRUD application with AJAX or just add Image upload feature in that code. Please sir.
Sir thanks for this video it's very useful
But can we also upload video file by this method or there is any other method for it. Please sir reply it's very urgent please sir
bro please is image ko update krnay ka process b bataen !
Thanku u sir you taught us lots of things. Sir i want to learn about ajax, JavaScript and angularJS
I realize I'm quite off topic but do anybody know a good site to stream newly released movies online ?
@Lorenzo Shawn I watch on flixzone. You can find it by googling :)
@Augustine Kellan Definitely, I have been using Flixzone for since april myself :)
@Augustine Kellan Thanks, I signed up and it seems like a nice service =) Appreciate it!
@Lorenzo Shawn No problem :)
Dear sir I have a problem Want to upload 2 images from 2 file fields having different config and have to validate both with other input fields and then after validation of all things goes true then upload images and store all posted data to db. How to achieve this thing.
Stuck from past 3 days but don't getting how to do the validation of both file fields with other input fields and upload both images after validation.
i will make video for this..don't worry
@@TechnicalSuneja whenn Ajay ji when
bhai agr ek form mai multiple input type file ho us case mai validation work nh kr rha kalse r&d kr rha hu
Awesome channel
agar view ke undar ek se jyada data pass karna he like page title or other array data to kaise view me pass kare?
How to provide unique file name before upload like we use uniqid().$file['img']['name'] in core php ?
mane video me btaya hai..please check
Please make a video on how to show profile image and person details.
Sir how to retrieve image from database is there is any video on that plsss suggest me
watch this :
goo.gl/kcNSbS
your all doubts will cleared.
Sir make video on excel files upload...that store in database also....how to do that using Codeigniter
sir aar hame webp image format use krna hoga too kese krege
How we can add two upload fields for files upload
make tutorials for Image File Upload in database using ajax
Please Explain ERD concept in php?
and
How to create relation between two or more tables in Database:
Sir give me any answer....
please replay me....
Sir Image ko drag and drop kar ke kese upload kiya jata he codeigniter me???
hello, can u make a video on how to image & other files upload on AWS S3 Bucket using Codeigniter with data insert on database
bohat aala
How to debug in model and controller, please reply
provide me the link of just before made video of form related with this please didnt get that??????? helpppppp???????
Hii sir...i want to ask something
My image is not uploaded in path,anyone please suggest..
my code goes in else part. "error"
view ...........................................................................................................................
controller.....................................................................................................................
public function imgupload(){
$config=array(
'upload_path'=>'.image/',
'allowed_types'=>'gif|jpg|png'
);
$this->load->library('upload', $config);
if ( $this->upload->do_upload()) {
$upload_data=$this->upload->data();
print_r($upload_data);
} else {
echo 'error';
}
}
Multiple files upload ki video sir thanks
How to check for duplicate image upload??
do_upload('filename')...aapne filename dali nahi
kaafi time waste hua error dhundne me
thnkyou
The filetype you are attempting to upload is not allowed.. need help please
i have selected file but still i am getting error "you did not select a file".....
please make dedicated video on image file upload in codeigniter you tell about validation in whole video.
sir how can we upload image file and a pdf in 2 different folders?
BLOB Type How to Insert into Database and Display in View in Codeigniter 3 Sir Please Upload video About it.
What we do for control duplicate entries in a text box in code igniter
could you please explain clearly..
@@TechnicalSuneja
Sir a simpl crud application made in ci
But in database what i do ... Duplicate entries cannot save
@@TechnicalSuneja
Question is this how to validate duplicate entries using codeigniter
you can simple user primary key to remove duplicacy.
and id ke hissab se manage karo records.? are you getting my point
how to save image in database using ajex in codeigniter framework
Mujhe do_upload mei tori problem ho ri konsi video dekhni chahiya please suggest me
Mujhe apni assignment complete krni hai.
And please send that in my email-'rukh12parv@gmail.com' please sir
why have u convert upload array in array form
Thanks this video
How to rename arrays of files while uploading in folder and database
hello sir not working do_upload function
help me sir
sir pls Excel se image upload kase ho ge codeignite me bat do
please do a video on how to upload a pdf in codeigniter
Sir please make a video to resize uploaded image in different size ..
Thanks alot......
sir please make a video of updating image in codingnator
Please refer this link : drive.google.com/open?id=14KnCIu6zdFlpP13LwEt9iyvu8oV48KEo
up to date code (till today video.)
thanks keep sharing.
sir can you upload the video for forgot password from start to end.......
Bhai 4.1.2 version problem aa Raha hai
Dear Sir,
It is giving me error as "The upload path does not appear to be valid.".
Please find below code for your reference.
$config=[
'upload_path' => './upload/',
'allowed_types' => 'gif|jpg|png'
];
$this->load->library('upload',$config);
if($this->form_validation->run() && $this->upload->do_upload())
Please help
Hi Please give me your email id ..i am sending you a complete source code..and compare accordingly
Below code has solved the issue but i want to understand what is it?
$image_path = realpath(APPPATH . '../upload');
$config=[
'upload_path' => $image_path,
'allowed_types' => 'gif|jpg|png',
];
$this->load->library('upload',$config);
$this->upload->initialize($config);
if($this->form_validation->run() && $this->upload->do_upload())
{
whenever i tried to upload .png file i always get an error The filetype you are trying to upload is not allowed even though i allowed file type as png but it did not worked. I changed the file from png to jpg using paint then work perfactly .
why i am getting this issue .
Share me your email address
Sir aapkq numbers mil skta hai kya
sir multi file uploading kaise kre
Ajay bro plzz forward this source code.....
Please share me your email address
Can you please send me the source code of it??
please provide me your email address
@@TechnicalSuneja.. Sorry for very late reply sir, my email id is : tauheed.khan29@gmail.com.
please create image crud operation in codeignitar
Sir Please send me the source code of this image upload
Sir can you send me the code, please?
can i get the source code please
make on vide update image
good video. but REMOVE THE BLACK LINE BELOW ASKING FOR SUBSCRIBERSSSSS. it is so annoying. people will subscribe if they want to. you remembered them once, it is okay. dont make your video look foolish
Thanks for your feedback.
will work on it
Source code please
Sir please send me source code whole mini project
Please share me your email address
@@TechnicalSuneja bpratap121@gmail.com
@@TechnicalSuneja and thank you for support sir.
Thank you sir
can you give me source code pls
Sir nhi ho rha hai
pzl send source code on this email id
reply me suneja sir
Yes Please
@@TechnicalSuneja thankuu sir.
sir plz give me sorce code
video upload
BLOB Type How to Insert into Database and Display in View in Codeigniter 3 Sir Please Upload video About it.
BLOB Type How to Insert into Database and Display in View in Codeigniter 3 Sir Please Upload video About it.
BLOB Type Image How to Insert into Database and Display in View in Codeigniter 3 Sir Please Upload video About it.
BLOB Type Image How to Insert into Database and Display in View in Codeigniter 3 Sir Please Upload video About it.