gsc123
Programmer
- Jan 24, 2008
- 197
Hello,
I would like to insert a form in this loop so i can rename the files has they list
for each file in f.files
str = str & "<TD><A href="" &" "" target=blank><IMG title="&file.name &" height="&sizeimg&" src="" &" "" width="&sizeimg&"></A></TD>" &VBCrlf
if i = width then
str = str & "</TR>" &VBCrlf
i=0
end if
i = i + 1
next
I would like to insert a form in this loop so i can rename the files has they list
for each file in f.files
str = str & "<TD><A href="" &" "" target=blank><IMG title="&file.name &" height="&sizeimg&" src="" &" "" width="&sizeimg&"></A></TD>" &VBCrlf
if i = width then
str = str & "</TR>" &VBCrlf
i=0
end if
i = i + 1
next