Microsoft VBScript compilation error '800a03ea'
Question:I get the following error when I try to upload a file:
Microsoft VBScript compilation error '800a03ea>
Syntax error
Read MoreMicrosoft VBScript compilation error '800a03ea>
Syntax error
Read MoreQuestion:
Error: System.UnauthorizedAccessException: Access to the path "C:\Inetpub\Wwwroot\xxxx\images\xxx.jpg" is denied. at System.IO.__Error.WinIOError(Int32 errorCode, String str) at System.IO.File.Delete(String path) at _ASP.resizeImage_aspx.Page_Load(Object s, EventArgs e)
or
Error: System.Runtime.InteropServices.ExternalException: A generic error occurred in GDI+. at System.Drawing.Image.Save(String filename, ImageCodecInfo encoder, EncoderParameters encoderParams) at _ASP.ResizeImage_aspx.Page_Load(Object s, EventArgs e)
Read MoreQuestion:
I have ASP.Net installed on the server. I ran the test file and it confirmed that everything is ok.
But when I use the ASP.Net component, the image is uploaded, but without resizing the image and no thumbnail is created. I tried the component that comes with SIP and it works fine.
I checked the security and permission of IUSRXXXX, and there is read, write, execute and modify permission.
Read MoreQuestion:
Smart Image Processor works with a static folder, but it doesn't seem to accept a dynamic path.
Pure ASP Upload will accept the dynamic path.
"../Images/"&UploadFormRequest("ArtistID")
Read More