Comment what you would use file uploads for. It will help me with making the next 2 or 3 videos.
@jcdeaton424 жыл бұрын
Hi Josh. I'm loving your videos. I recently had a client ask for a form that his patients would use to upload their personal information prior to their appointments (he is a dentist). It would be public facing, so maybe something to do with the security considerations you mentioned would be good. I hope this is helpful. Keep up the good videos!
@jherbison4 жыл бұрын
Awesome, thank you.
@randyhodge31924 жыл бұрын
I'm working on a self-training plug in right now to upload a CSV file and send SMS messages to phone numbers using the Twilio API. I already have it working from the admin panel. I'm getting ready to watch your video to compare it to how I accomplished it.
@tantoniou3 жыл бұрын
Hi Joshua, and thanks for the course! I just found your channel, trying to make a custom (public) pdf file upload form for a customer (rookie freelance developer here!). Any news on that security considerations video you mention here? Tried finding something relevant in your channel, but no luck.
@jherbison3 жыл бұрын
Will take a look and add it to the list of videos.
@bassemkhozam4 жыл бұрын
Thanks for the video. This channel became one of my favorites.
@jherbison4 жыл бұрын
Awesome.. Glad you like the video and channel!
@freaksport4 жыл бұрын
Thanks again. Your calm and precise way of explaining makes your videos really easy to follow.
@jherbison4 жыл бұрын
Thank you for commenting and watching.
@trongnhanle76582 жыл бұрын
How can we submit data to rest api and display it in admin wordpress dashboard by using REACT
@marekkawa6969 Жыл бұрын
This is a great tutorial. Was the second part of it ever uploaded? I can not find such video. I am interested in security, custom folders for upload and sending the uploaded file as attachment by wordpress email. I think i can figure it out by myslef but I think it would be interesting.
@s.r.developer59663 жыл бұрын
in my plugin file uplod and store in my target file but file name is not store in my data table
@jherbison2 жыл бұрын
I hope you were able to find a solution. Sorry for the delay. Trying to catch up on comments that I missed.
@sayandutta67342 жыл бұрын
Hi, How Can I will save the file in database and display and update in wordpress. Thanks In Advance.
@jherbison2 жыл бұрын
Thanks for the question. There are many ways to save the file to the database. It all depends on how you are wanting to display it. Is the file related to a page, post or user. It could also be a custom post type.
@sayandutta16192 жыл бұрын
@@jherbison it's just a custom normal form.
@jherbison2 жыл бұрын
@@sayandutta1619 ?
@suvankarpaul33733 жыл бұрын
hi sir, greetings from Kolkata, India.. please help me.. I want to upload the file to my custom plugin directory.. can i make the uploaded directory to my custom plugin directory instead of wp-content/uploads ???
@jherbison3 жыл бұрын
Thank you for the question. Yes, you can upload to a custom location. It is better to upload to the default uploads directory and you can even add your own folder in that directory. That was all the uploads are in one place. If the plugin is removed, the uploads are removed if it is in your plugins folder. This could be a problem if the plugin has an error and needs to be removed and then added again later.
@sebastiannieroda90223 жыл бұрын
Hi , great job like always . Please tell me why not to use ob_start() and ob_get_contents() instead of returning form as a string? Is using ob_start bad idea ? I mean when example is more complicated.
@jherbison2 жыл бұрын
Using ob_start is not a bad idea... I do use it for more complicated stuff for sure.. Thank you for watching and commenting..
@RajibAhmad4 жыл бұрын
Keep making video like this.. amazing..
@jherbison4 жыл бұрын
Thank you. Glad you liked it.
@donbestup60364 жыл бұрын
Hi, I like how you explain plugin development. Can you make another plugin development video? Where your plugin communicates with other plugins which are installed in wp, and does something with them. There is no video about this on KZbin. Thanks for the tutorial.
@jherbison4 жыл бұрын
Sorry for the delayed response. What specifically are you trying to do? You can use almost any function from an installed plugin. For example: simple-plugin-a has a function called show_example_list() , you can then call that from another function or from the theme. I would make sure to wrap it in a: if(function_exists('FUNCTION_NAME')){ call the function } That way if you disable the plugin holding that function, you don't break the entire website cause that function no longer is available.
@fidellistaz7664 жыл бұрын
How to show number of pages for the file uploaded
@jherbison4 жыл бұрын
Sorry for the delayed response. Are you talking about a pdf file? If so, you can use something like Imagick which is typically installed on most hosting accounts. Let me know if that works for you. Thank you for watching and commenting. Let me know if you need to know how to do this with Imagick.
@george.t1774 жыл бұрын
I just found your channel. Really nice! I need to use the upload function for a educational site, where the students need to upload their homework. Maybe you can help!
@jherbison4 жыл бұрын
Sorry for the delay in response. I hope you were able to find a solution. Thank you for watching and commenting.
@Magistrado19143 жыл бұрын
Excellent course 18/06/2021
@jherbison3 жыл бұрын
Thank you for watching and commenting.
@amanpandey90754 жыл бұрын
Sir Please make video on form fields customize by own plugin page
@jherbison4 жыл бұрын
Can you expand on what you are looking for? Thank you for watching and commenting.