your video killed my "white elephant", I just had to change a parameter related to the paths that are according to my software. Perfect video, thank you.
@abhijitdey55295 жыл бұрын
Thanks, you saved my life :)
@yabarightcomedy77054 жыл бұрын
I got this error when trying to run it.. It says.. Image successfully uploaded and again HTTP error occurred during file upload (404: File not found).
@nasrularif95704 жыл бұрын
Got the same issue, have you solve it?
@wibu-2713 жыл бұрын
Got the same issue, have you solve it? pls help me
@kavishkahenderson5724 Жыл бұрын
How can we solve the issue where a user uploads an image named "image1.png", later deletes it, and replaces it with another image named "image2.png", but the storage or database system fails to delete the previously deleted "image1.png" so that not database have Two images but we are using only one. any solution?
@gonzalovivas49745 жыл бұрын
Thanks! It save me a lot of time!
@АлдиярАманбаев-ц6р4 жыл бұрын
Thanks!It helps me very much!!
@basimghouridev2 жыл бұрын
Not Found The requested URL was not found on this server. Apache/2.4.54 (Win64) OpenSSL/1.1.1p PHP/7.4.33 Server at localhost Port 80 GOT ERROR
@reancode45183 жыл бұрын
how to remove image form folder when we delete from textarea??
@ousmanesaleysaboutou33854 жыл бұрын
Thank sir, for tuto, please how can I get the same table design on page web wich i done on the CKeditor, issues now i get html tags instead of table design
@redx305 жыл бұрын
thankyou for the video man, where to get the file ck_upload.php ?
@phaytran98374 жыл бұрын
check Description
@ronnelmacompas16472 жыл бұрын
it works! thanks
@Khongorzul13 жыл бұрын
Nice tutorial
@MrHassanAyad5 жыл бұрын
Thank you very very match👍👍👍
@dinismall39404 жыл бұрын
I have an error. It uploaded successfully but after that it gives me an error : Refused to display in a frame because it set 'X-Frame-Options' to 'deny'.
@rahmadfirmansyah25835 жыл бұрын
Thanks for tutorial
@Arshs_Food_Fiesta4 жыл бұрын
thats very helpful if its working
@pablocontreras82994 жыл бұрын
thanks bro, i have a problem to check files that already exists. I was checking the code, but seems the function setFName doesnt workd, can you help me please?. grettings, excellent work!!
@pablocontreras82994 жыл бұрын
i already fixed it!, i just had to edit this line: $f_name = setFName($_SERVER['DOCUMENT_ROOT'] .'/'. $upload_dir, F_NAME, ".$type", 0) in '/' i had to edit and put my site directory... it was easy, lol. thanks!!!!
@salveu Жыл бұрын
Thanks..
@koemhengnhem12625 жыл бұрын
thank you so much
@juanvallea5 жыл бұрын
¡Muy Bueno!
@TechWithSwag5 жыл бұрын
it keeps on giving error "unable to upload file"
@abhijitdey55295 жыл бұрын
Check the upload path (/opt/lampp/htdocs/project-folder/.... in Ubuntu) and whether the upload folder has write permission or not. In Ubuntu you can give write permission to a folder by "chmod -R 777 path/to/folder".
@TechWithSwag5 жыл бұрын
@@abhijitdey5529 can you please tell my what should be the maximum Size of the image to upload?
@abhijitdey55295 жыл бұрын
@@TechWithSwag here image size is restricted in php. If you don't want to restrict then remove that condition. Then you can upload image of any size. I removed it.
@AntonyKien2 жыл бұрын
Thanks!It helps me very much!!
@codexworld2 жыл бұрын
Glad to hear that!
@kavishkahenderson5724 Жыл бұрын
How can we solve the issue where a user uploads an image named "image1.png", later deletes it, and replaces it with another image named "image2.png", but the storage or database system fails to delete the previously deleted "image1.png" so that not database have Two images but we are using only one. any solution?
@mypocomobile64 Жыл бұрын
I have same problem
@wibu-2713 жыл бұрын
I got this error when trying to run it.. It says.. Image successfully uploaded and again HTTP error occurred during file upload (404: File not found).