Question
renaming a picture file <cffile action="rename"
I am getting an error with the following code.
Attribute validation error for tag CFFILE. | |
| The value of the attribute source, which is currently C:\**\**legacyequineauction.com\httpdocs\fullsize_thumbs1\testpicturesfile.jpg, is invalid. | |
| The error occurred in C:\**\**\legacyequineauction.com\httpdocs\sell\item_submit.cfm: line 317 | |
315 : <cffile action="rename" 316 : SOURCE = "#directory2##session.picture2#" 317 : DESTINATION = "#directory2##session.itemnum##right(session.picture2,4)#"> 318 : </cfif> 319 : </cfif> | |
<cfif #session.picture2# NEQ "">'#session.itemnum##right(session.picture2,4)#'<cfelse>'#session.picture2#'</cfif>,
This is suppose to rename the testpicturefile.jpg to the the itemnumber.jpg
The site url is http://www.legacyequineauction.com/sell/item_submit.cfm?mode=sell&CFID=8521&CFTOKEN=59279630
i don't know if the \httpdocs\ is messing this up or not.
thanks in advance