• Hi all,
    i’m writing a plugin that need a special media uploader.
    It must upload some files (of various type) , check if my_store_directory is writeable, than upload using ftp layer.
    So, the question is : how can i use internal wp classes to
    – check filesystem permission
    – check possible upload method (ftp, ftps etetcc)
    – manage uploaded file and put it on my browser protected <my_store_directory>
    Off corse, i can read the code in class-ftp.php (and highter version of it), file.php and similar.
    But it’s not very simple…
    There is someone know how to do it in few step, or can give me a URL of some interesting post speaking about that ?!
    Thank’s

Viewing 1 replies (of 1 total)
  • Just curious if you ever found a solution? I’m diving into learning how to write programs and upload a file from a plugin is one topic I wanted to learn.

Viewing 1 replies (of 1 total)

The topic ‘Write a plugin with personalized media upload’ is closed to new replies.