Ask a Question related to ASP, Design and Development.
-
Simon Wigzell #1
File upload corrupts files when used on a Mac.
I'm using a third party piece of code to upload files from a customer. It
works fine on a PC. On a mac however, the files end up corrupted. The code
that does the actual file save is this :
Form.Files.Save [DestinationPath]
Any ideas how to fix or workaround for the Mac? Thanks.
Simon Wigzell Guest
-
file upload is killing my server with large files
I am using a cffile to upload files to a directory on my server. I have my memory up to a gig on the java settings on the cold fusoin admin. I have... -
Can you upload multiple files on one page using the FILE field?
When using a form to upload a file using the BROWSE functionality, can one send multiple files from one page? My recollection is no, you can't. I'm... -
Upload/Download Files on Network File Server
I was hoping that someone can give me step-by-step instructions to fix the following: We would like our ASP.NET application to utilize a central... -
File upload. Huge files
Hi, This is topic that has been discussed thousand times, however. Classic approach is to use HttpPostedFile object, check if it's not null, and... -
#17606 [Com]: File upload fails on large files
ID: 17606 Comment by: rahuddleston at yahoo dot com Reported By: luimarma at iti dot upv dot es Status: Closed... -
Simon Wigzell #2
Re: File upload corrupts files when used on a Mac.
"Simon Wigzell" <simonwigzell@shaw.ca> wrote in message
news:lnykb.125187$9l5.30450@pd7tw2no...Never mind, it's a mac quark file and it's also unreadable to a PC if sent> I'm using a third party piece of code to upload files from a customer. It
> works fine on a PC. On a mac however, the files end up corrupted. The code
> that does the actual file save is this :
>
> Form.Files.Save [DestinationPath]
>
> Any ideas how to fix or workaround for the Mac? Thanks.
>
>
as an email attachment too.
Simon Wigzell Guest



Reply With Quote

