Thank you so much. In my case, I aborted the upload inside the function cancel_item(index) { ajax[index].abort(); } And it worked too :) I have a question. How can I pause and play the upload sir ?
I think this udemy clone project is covering every feature and mechanism in web devlopment, that will transform a junior web devloper to complete senior web devloper, GREAT JOB, who told you to do this project ????
Thank you for another great tutorial, Problem I'm having is it will not allow upload iso or zip files. I have added the extensions and the mimes types, but when it uploads nothing is being moved to the upload directory. Only for those two extensions. Would like to see chunked function added for larger files and check to see if file already exists.
check the console for errors. also make sure you change the php.ini file to allow large files. its possible your files are too big for the limit you set
@@QuickProgramming No errors showing in console, i did manage to get those extensions to work. I had the wrong types (fixed now) max upload I'm having is 1gig no problem, Anything over is not working even though my php.ini is set for post_max_size = 5000M and upload_max_filesize = 5000M. That's why i would like to figure out how to incorporate chunked file upload and maybe download for large files.
hello Sir, can i ask for a help? I am struggling on geeting the number of dates something like, a user selected the starting day like sunday, assuming that it is April 2, 2023 then the ending is June 4,2023. what should i do using php and MySql to find how many sundays did the user selected according to the dates given? I hope you can help me Sir. Thank you. and if it is okay to you Sir you can it as a tutorial video to all your subscribers like me that is still eager to learn more in web dev. thank you Sir.☺🙂
Yet another great tutorial from QP. Thank you, sir!
My pleasure! thanks for your feed back
Hey man, It works great and without any problems.
awesome :)
Damn, this is exactly what I was looking for and it popped up in my recommendations.
Awesome☺️
@@QuickProgramming Would it be possible for you to build a website like Lyft or Bolt?
love your videos sir great work!
Thank you, I appreciate your wonderful feedback!
Thank you so much this helped a lot!!!! You saved my life
Thank you so much. In my case, I aborted the upload inside the
function cancel_item(index) {
ajax[index].abort();
}
And it worked too :)
I have a question. How can I pause and play the upload sir ?
If you haven't made a video on complex SQL, kindly make one.
Thanks for all you do.
try this one. let me know if its not what you were looking for th-cam.com/video/79QvaovXkEg/w-d-xo.html
Many thanks. It is what I expected. Thanks
Wooow awesome
Thank you so much Sensei! You are a blessing!
Thanks😊😊
I think this udemy clone project is covering every feature and mechanism in web devlopment, that will transform a junior web devloper to complete senior web devloper, GREAT JOB, who told you to do this project ????
It does cover quite a bit of features which makes it very good to learning. am not even sure where i got the idea at this point lol
Good work my mentor
Please can you make school fees payment for student using PayPal and recurring payment
I'll make one soon☺️
Thank you for another great tutorial, Problem I'm having is it will not allow upload iso or zip files. I have added the extensions and the mimes types, but when it uploads nothing is being moved to the upload directory. Only for those two extensions. Would like to see chunked function added for larger files and check to see if file already exists.
check the console for errors. also make sure you change the php.ini file to allow large files. its possible your files are too big for the limit you set
@@QuickProgramming No errors showing in console, i did manage to get those extensions to work. I had the wrong types (fixed now) max upload I'm having is 1gig no problem, Anything over is not working even though my php.ini is set for post_max_size = 5000M and upload_max_filesize = 5000M. That's why i would like to figure out how to incorporate chunked file upload and maybe download for large files.
Liked 👍
hello Sir, can i ask for a help? I am struggling on geeting the number of dates something like, a user selected the starting day like sunday, assuming that it is April 2, 2023 then the ending is June 4,2023. what should i do using php and MySql to find how many sundays did the user selected according to the dates given?
I hope you can help me Sir. Thank you. and if it is okay to you Sir you can it as a tutorial video to all your subscribers like me that is still eager to learn more in web dev. thank you Sir.☺🙂
Sir, will we be able to display it as well? If yes, then how?
No displaying of the files, just uploading. I'll try and make another one with file display
dividing them up since all soft generators are on t
Correct
Please make paypal integration for recurring subscription and once off payment. tutorial with indepth pdo php.
Sure, I'll make a video☺️
all workеd
Cool
liked
awesome, thanks :)
44:19 i think you have not understand the closure concept of js .
Wil u?
god bless u xdd
humm don't work for me, i have in console error : Uncaught TypeError: Cannot read properties of undefined (reading 'myindex')
at XMLHttpRequestUpload.