Jump to content
UBot Underground

Plz Help Uploading All Images Of A Folder


Recommended Posts

HI,

I need to upload all the images of a folder, I searched a lot but couldn't find a solution yet. is it possible ?

 

Thanks I also used file management plugin but no enough tutorials get this thing done correctly. any help much appreciated 

Link to post
Share on other sites

I need to upload all the images of a folder, I searched a lot but couldn't find a solution yet. is it possible ?

 

Hi. Are you attempting to upload all the images of a folder to a third-party website, or to a server you control, or something else? The reason I ask is because it's unclear from your post if the challenge you're confronting stems from a technical problem transferring binary data from the folder where the images are located or if the challenge has more to do with overcoming roadblocks that a third-party website may be raising in an effort to discourage what you're attempting to accomplish. It appears your license type is "Community Edition," according to your forum profile, and that could potentially be an issue depending on what functionality is built into that particular edition. To the extent you can share some more details, that could be helpful.

Link to post
Share on other sites

OH its wordpress media upload form, But at present I put it in a loop..but would be great if there is a way. I work for a client on their server..they have developer edition.

Link to post
Share on other sites

Try get all images from a folder:-

ui open file("image",#image)
set(#image,$plugin function("File Management.dll", "$directory name", #image),"Global")
clear list(%image)
add list to list(%image,$get files(#image,"Yes"),"Delete","Global")
Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...