coldfusion 10 - Can I use a URL with CFZIP action=read? -


when use coldfusion 10, locally, can read zip file's text file content using:

<cfzip action="read" file="http://someurl.com/somezip.zip" entrypath="sometext.txt" variable="somevar"  /> 

but on railo vps, produces internal server error 500 on iis7.5

can tell me going wrong railo?

not sure railo, according <cfzip> doc, acf not support reading off http://, ram://. should use <cfhttp> download content first.


Comments

Popular posts from this blog

1111. appearing after print sequence - php -

java - WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/board/] in DispatcherServlet with name 'appServlet' -

node.js - Express and Redis - If session exists for this user, don't allow access -