- Регистрация
- 17.10.2013
- Сообщения
- 218
- Благодарностей
- 50
- Баллы
- 28
Hi friends
I have a question, for example, I have 3 jpg images in my folder "images", the 3 images file are: aImage.jpg bImage.jpg cImage.jpg
Now I want upload these 3 images one by one to sample site, then get the specify image name as variable, then delete the image after it uploaded.
The process may like the following:
get aImage.jpg from "images" folder to upload to sample site -> get the image name "aImage" (without '.jpg') as project variable "imageName" -> delete aImage.jpg
Is there any actions or C # could do this?
Any kind friend could tell me?
Thanks much !!!
I have a question, for example, I have 3 jpg images in my folder "images", the 3 images file are: aImage.jpg bImage.jpg cImage.jpg
Now I want upload these 3 images one by one to sample site, then get the specify image name as variable, then delete the image after it uploaded.
The process may like the following:
get aImage.jpg from "images" folder to upload to sample site -> get the image name "aImage" (without '.jpg') as project variable "imageName" -> delete aImage.jpg
Is there any actions or C # could do this?
Any kind friend could tell me?
Thanks much !!!