|
View:
New views
8 Messages
—
Rating Filter:
Alert me
|
|
|
File Upload example codeI extended the file upload example given on the yaws site with few more options. Hopefully, it'll be useful for others. Details are here:
-Praveen
------------------------------------------------------------------------------ Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf _______________________________________________ Erlyaws-list mailing list Erlyaws-list@... https://lists.sourceforge.net/lists/listinfo/erlyaws-list |
|
|
Re: File Upload example codeOn Sun, Sep 20, 2009 at 9:32 PM, Praveen Ray <praveenray@...> wrote:
I extended the file upload example given on the yaws site with few more options. Hopefully, it'll be useful for others. Details are here: Got a patch? Send it along!
--steve ------------------------------------------------------------------------------ Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf _______________________________________________ Erlyaws-list mailing list Erlyaws-list@... https://lists.sourceforge.net/lists/listinfo/erlyaws-list |
|
|
Re: File Upload example codeSteve Vinoski wrote:
> > > On Sun, Sep 20, 2009 at 9:32 PM, Praveen Ray <praveenray@... > <mailto:praveenray@...>> wrote: > > I extended the file upload example > <http://yaws.hyber.org/code.yaws?file=/upload.yaws> given on the > yaws site with few more options. Hopefully, it'll be useful for > others. Details are here: > > http://blogs.yellowfish.biz/2009/yaws-and-file-upload/ > > > > Got a patch? Send it along! Nice code, do you want me to integrate the code into Yaws? Optimal though - would be an applicable patch. /klacke ------------------------------------------------------------------------------ Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf _______________________________________________ Erlyaws-list mailing list Erlyaws-list@... https://lists.sourceforge.net/lists/listinfo/erlyaws-list |
|
|
|
|
|
Re: Fwd: File Upload example codePraveen Ray wrote:
> > thanks. I'd love to create a patch if someone gives me pointers on how > to do it. Start from stable codebase or the git head? git head /klacke ------------------------------------------------------------------------------ Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf _______________________________________________ Erlyaws-list mailing list Erlyaws-list@... https://lists.sourceforge.net/lists/listinfo/erlyaws-list |
|
|
|
|
|
Re: Fwd: File Upload example codeOn Thu, Sep 24, 2009 at 5:36 AM, Praveen Ray <praveenray@...> wrote:
> I just realized the code uses Andrew Kreiling's uuid module to create unique > file names..what's the recommended way to generate temp files in erlang? About UUIDs, I have (quite old, but) http://erlang.biniou.org/erluuid/ -- Olivier ------------------------------------------------------------------------------ Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf _______________________________________________ Erlyaws-list mailing list Erlyaws-list@... https://lists.sourceforge.net/lists/listinfo/erlyaws-list |
|
|
Re: Fwd: File Upload example code2009/9/24 Praveen Ray <praveenray@...>
Hi Steve, Klacke I usually do something like this: make_tmp_file_name() -> {A, B, C} = now(), "Some_prefix_"++ integer_to_list(A) ++ "_" ++ integer_to_list(B) ++ "_" ++ integer_to_list(C). cheers Chandru ------------------------------------------------------------------------------ Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf _______________________________________________ Erlyaws-list mailing list Erlyaws-list@... https://lists.sourceforge.net/lists/listinfo/erlyaws-list |
| Free embeddable forum powered by Nabble | Forum Help |