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 MoreHow to Build GD on Mac OS X ? I have been trying to get the Smart Image Processor extension to work. Does anyone know where the GD library is supposed to go? I keep getting an error (GD Library not installed correctly).
Read MoreQuestion
Can I make the AutoScroller scroll seamlessly, without the 'gap' at the end of the scroller content?
Read MoreQuestion:
Is Smart Image Processor pure code or do I need a php component.
Read MoreQuestion:
Can I make the AutoScroller move with a fluid/centered layout when the browser window is resized?
Read MoreQuestion:
How can I make the AutoScroller stop scrolling when I 'mouse over' a link, and re-start scrolling when 'mousing out' again?
Read MoreQuestion:
Is it possible to reference an external HTML file for the contents of the AutoScroller, rather than have the actual HTML in-line for every page that displays the AutoScroller?
Read MoreQuestion:
Can I populate the AutoScroller with content from a database?
Read MoreQuestion:
What kind of content can I put in the AutoScroller?
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