Re: File Upload Problems (HELP!)

This WebDNA talk-list message is from

2000


It keeps the original formatting.
numero = 35790
interpreted = N
texte = Ian,When you say WebSTAR has 100MB of RAM and WebCatalog has 50MB does that mean you are using the acgi? If so, I wonder if it would be worth giving it a go with the plug-in?I have done a fair amount of experimenting with 4.01 image file uploads (plug-in with WebSTAR 4.2). Of the hundreds of image files I have uploaded (sizes up to about 125K over a LAN) the only ones that have given me any problem were progressive JPEGs.The progressive JPEGs seem to make weird things happen, one of the most frustrating being the new tags for the [FileInfo] context, [ImageHeight] and [ImageWidth], return strange results such as *negative* image widths.But as far as the file uploading itself goes with straight JPEGs and GIFs, I have been very pleased.Cheers. Wendell At 11:43 8/6/00, Ian Baxter wrote: >I'm trying to upload images into Store Builder, so it shouldn't be a problem >with the code, since I haven't altered the code in anyway. I've tried both GIF >and JPEG files so I'm sure the problem isn't there. > >Here are my connection settings in Web* 4.2: > >Max Connections: 200 >Timeout (seconds): 60 >Buffer Size (bytes): 3500 >Persistent Connections Per Client: 4 >Persistent Connection Duration (seconds): 30 >Use Persistent CGI connections: off >Performance: In the middle (between Better CGI and Better Server) >WebStar has 100MB of RAM to work with, so memory isn't a problem >WebCatalog has 50MB of RAM > >Also, I've tried both Netscape 4.x and Explorer 5.0 on a Mac with the same >results. > >One thing to note: I tried uploading an image to the server when I was on the >LAN where the server resides, and I was able to get larger pictures to upload >*SOME* of the time... Perhaps it has something to do with how fast the data is >being sent to the server? At home I have DSL and I can't get anything above >about 24k to upload completely though!?!? > >Any ideas? > >Thanks again, >Ian > >On 8/6/00 at 9:34 AM, peter@werno.net (Peter Werno) wrote: > >> I just tried to replicate your problem with a 104K GIF-File, but it was >> uploaded fine! >> Maybe your problem results from a setting of Web* (I don't know if it >> has this option, but maybe it limits the POST to only so many KBytes! >> >> You should probably check, if this is a JPEG-only problem or if you >> encounter the same problem with GIFs (which I would expect). Please also >> give us some code to look at. >> >> Ciao, >> >> Peter >> >> On Sat, 5 Aug 2000 23:06:39 >> Ian Baxter wrote: >> > Hi, >> > >> > I've recently started using the file upload ability in WebCat 4, and >> > I've >> > noticed a problem: >> > >> > When I upload images greater than ~24k, the entire image is not >> > completely >> > uploaded to the server, causing only part of the image to be shown >> > when viewed. >> > As a test, I created a 75k jpeg image and attempted to upload it to a >> > store I >> > created in Store Builder.... only about 24k of the image uploaded. >> > I've tried >> > it again and again with different images of different sizes and types >> > (gifs & >> > jpegs), and it still doesn't work. >> > >> > I'm using Web* 4.2 with WebCat 4.0.1 on a G4. I played around with >> > the >> > connection settings in Web*, changing the buffer size, timeout, >> > persistant >> > connections, etc., but nothing seems to work. >> > >> > BTW, as another test, I created a Yahoo Store and tried to upload >> > the same >> > image with their upload form.... and it worked perfectly! So I know >> > it isn't a >> > client side problem. >> > >> > Any help would be greatly appreciated. >> > >> > Ian >> > >> > >> > >> > ------------------------------------------------------------- >> > This message is sent to you because you are subscribed to >> > the mailing list . >> > To unsubscribe, E-mail to: >> > To switch to the DIGEST mode, E-mail to >> > >> > Web Archive of this list is at: http://search.smithmicro.com/ > > >> >> ------------------------------------------------------------- >> This message is sent to you because you are subscribed to >> the mailing list . >> To unsubscribe, E-mail to: >> To switch to the DIGEST mode, E-mail to >> >> Web Archive of this list is at: http://search.smithmicro.com/ >> > > > >------------------------------------------------------------- >This message is sent to you because you are subscribed to > the mailing list . >To unsubscribe, E-mail to: >To switch to the DIGEST mode, E-mail to > >Web Archive of this list is at: http://search.smithmicro.com/ ------------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://search.smithmicro.com/ Associated Messages, from the most recent to the oldest:

    
  1. Re: File Upload Problems (HELP!) (Ian Baxter 2000)
  2. Re: File Upload Problems (HELP!) (Wendell Kozak 2000)
  3. Re: File Upload Problems (HELP!) (Ian Baxter 2000)
  4. Re: File Upload Problems (HELP!) (Jesse Proudman (Lists Account) 2000)
  5. Re: File Upload Problems (HELP!) (Ian Baxter 2000)
  6. Re: File Upload Problems (HELP!) (Wendell Kozak 2000)
  7. Re: File Upload Problems (HELP!) (Ian Baxter 2000)
  8. Re: File Upload Problems (HELP!) (Peter Werno 2000)
  9. File Upload Problems (HELP!) (Ian Baxter 2000)
Ian,When you say WebSTAR has 100MB of RAM and WebCatalog has 50MB does that mean you are using the acgi? If so, I wonder if it would be worth giving it a go with the plug-in?I have done a fair amount of experimenting with 4.01 image file uploads (plug-in with WebSTAR 4.2). Of the hundreds of image files I have uploaded (sizes up to about 125K over a LAN) the only ones that have given me any problem were progressive JPEGs.The progressive JPEGs seem to make weird things happen, one of the most frustrating being the new tags for the [fileinfo] context, [ImageHeight] and [ImageWidth], return strange results such as *negative* image widths.But as far as the file uploading itself goes with straight JPEGs and GIFs, I have been very pleased.Cheers. Wendell At 11:43 8/6/00, Ian Baxter wrote: >I'm trying to upload images into Store Builder, so it shouldn't be a problem >with the code, since I haven't altered the code in anyway. I've tried both GIF >and JPEG files so I'm sure the problem isn't there. > >Here are my connection settings in Web* 4.2: > >Max Connections: 200 >Timeout (seconds): 60 >Buffer Size (bytes): 3500 >Persistent Connections Per Client: 4 >Persistent Connection Duration (seconds): 30 >Use Persistent CGI connections: off >Performance: In the middle (between Better CGI and Better Server) >WebStar has 100MB of RAM to work with, so memory isn't a problem >WebCatalog has 50MB of RAM > >Also, I've tried both Netscape 4.x and Explorer 5.0 on a Mac with the same >results. > >One thing to note: I tried uploading an image to the server when I was on the >LAN where the server resides, and I was able to get larger pictures to upload >*SOME* of the time... Perhaps it has something to do with how fast the data is >being sent to the server? At home I have DSL and I can't get anything above >about 24k to upload completely though!?!? > >Any ideas? > >Thanks again, >Ian > >On 8/6/00 at 9:34 AM, peter@werno.net (Peter Werno) wrote: > >> I just tried to replicate your problem with a 104K GIF-File, but it was >> uploaded fine! >> Maybe your problem results from a setting of Web* (I don't know if it >> has this option, but maybe it limits the POST to only so many KBytes! >> >> You should probably check, if this is a JPEG-only problem or if you >> encounter the same problem with GIFs (which I would expect). Please also >> give us some code to look at. >> >> Ciao, >> >> Peter >> >> On Sat, 5 Aug 2000 23:06:39 >> Ian Baxter wrote: >> > Hi, >> > >> > I've recently started using the file upload ability in WebCat 4, and >> > I've >> > noticed a problem: >> > >> > When I upload images greater than ~24k, the entire image is not >> > completely >> > uploaded to the server, causing only part of the image to be shown >> > when viewed. >> > As a test, I created a 75k jpeg image and attempted to upload it to a >> > store I >> > created in Store Builder.... only about 24k of the image uploaded. >> > I've tried >> > it again and again with different images of different sizes and types >> > (gifs & >> > jpegs), and it still doesn't work. >> > >> > I'm using Web* 4.2 with WebCat 4.0.1 on a G4. I played around with >> > the >> > connection settings in Web*, changing the buffer size, timeout, >> > persistant >> > connections, etc., but nothing seems to work. >> > >> > BTW, as another test, I created a Yahoo Store and tried to upload >> > the same >> > image with their upload form.... and it worked perfectly! So I know >> > it isn't a >> > client side problem. >> > >> > Any help would be greatly appreciated. >> > >> > Ian >> > >> > >> > >> > ------------------------------------------------------------- >> > This message is sent to you because you are subscribed to >> > the mailing list . >> > To unsubscribe, E-mail to: >> > To switch to the DIGEST mode, E-mail to >> > >> > Web Archive of this list is at: http://search.smithmicro.com/ > > >> >> ------------------------------------------------------------- >> This message is sent to you because you are subscribed to >> the mailing list . >> To unsubscribe, E-mail to: >> To switch to the DIGEST mode, E-mail to >> >> Web Archive of this list is at: http://search.smithmicro.com/ >> > > > >------------------------------------------------------------- >This message is sent to you because you are subscribed to > the mailing list . >To unsubscribe, E-mail to: >To switch to the DIGEST mode, E-mail to > >Web Archive of this list is at: http://search.smithmicro.com/ ------------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://search.smithmicro.com/ Wendell Kozak

DOWNLOAD WEBDNA NOW!

Top Articles:

Talk List

The WebDNA community talk-list is the best place to get some help: several hundred extremely proficient programmers with an excellent knowledge of WebDNA and an excellent spirit will deliver all the tips and tricks you can imagine...

Related Readings:

Linebreak as a delimiter in listwords? (2003) taxTotal, grandTotal (1997) taxTotal, grandTotal (1997) Make sure I understand this??? (1997) Max Record length restated as maybe bug (1997) search between two dates (2003) Custom Shipping Charges (1997) Still having problems with Authen (1997) Not really WebCat (1997) Replace Missing Images (2003) 'RequiredField' Question (1998) Add to Cart & List of Products (1997) 911: testing if the field is empty (2000) unique ID (1997) math on date? (1997) more on quicktime test stuff (1997) WebCatalog can't find database (1997) Authorizenet - version 3.1 compliance (2002) Country & Ship-to address & other fields ? (1997) Location of Webcat site in folder hierarchy (1997)