Hola Al Zuwaga gracias por constestar y tienes toda la razon subi el codigo equivocado, en la parte de arriba ya lo corregi. Si las imgenes si se suben en el server, la cosa es que al momento de quere hacerlas chicas nomas no desde mi server y desde la pagina del fabricante a la perfeccion. Comentavas algo de que
Cita: aparentemente el problema está en la página send_binary.asp
Este es el codigo de send_binary.asp pero hay no veo nada mal, aun asi lo pongo.
Código:
Response.Expires = 0
' create instance of AspJpeg
Set jpg = Server.CreateObject("Persits.Jpeg")
' Open source file
jpg.Open( Request("path") )
' Set resizing algorithm
jpg.Interpolation = Request("Interpolation")
' Set new height and width
jpg.Width = Request("Width")
jpg.Height = Request("Height")
' Sharpen resultant image
If Request("Sharpen") <> "0" Then
jpg.Sharpen 1, Request("SharpenValue")
End If
' Rotate if necessary. Only available in version 1.2
If Request("Rotate") = 1 Then jpg.RotateL
If Request("Rotate") = 2 Then jpg.RotateR
' Perform resizing and
' send resultant image to client browser
jpg.SendBinary
Y con respecto al boton que no esta haciendo bien su chamba es el siguiente del archivo thumbnail.asp:
Código:
<IMG SRC="send_binary.asp?Path=<% = Server.URLEncode(Path) %>&Width=<% = Width%>&Height=<% = Height %>&Interpolation=<% = Interpolation %>&sharpen=<% = Sharpen %>&sharpenvalue=<% = SharpenValue%>&Rotate=<% = Rotate %>">
Que se puede hacer...???