Re: Format of uploaded files
Re: Format of uploaded files
- Subject: Re: Format of uploaded files
- From: Cyril Godefroy <email@hidden>
- Date: Sat, 10 Jan 2004 13:00:13 +0100
A file is a file is a file:
There is no such thing as a file type if you upload it. It's just a
bunch of bytes or a data. So the answer to your question is that
WebObjects supports all file types.
A file is also a name. In a name you'll find an extension which usually
describes the file type. If you save the array of bytes in a file which
has a nice name with a nice extension, it will inherit the type. Even
if you save an empty array of bytes in a file with an extension, it
will have a type (at least on OS X and Windows).
You'll have to give more details regarding the issue you are facing,
such as: OS, file types uploaded, file names used to save the files.
Examples would be a plus.
Cyril
On 10 janv. 04, at 10:59, Kranthi Sagar Borra wrote:
Hi
I am using the http streamlining functionality to upload files.When I
upload files of type "compiled scripts", they are getting stored as
type "Document".Is this file type not supported by webobjects.The same
happened with some other file formats too.Can somebody please tell me
what are the supported formats and how are the files with the
unsupported formats saved.Thank you.
Thanks,
kranthi
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.