Re: [web2py] Re: Uploadify what am I doing wrong

2012-11-17 Thread Kenny
Thank you for sharing. I am getting IOerror from this. It seems to me that it's working on your server and not on mine. very weird. On Wednesday, July 4, 2012 3:29:11 PM UTC-5, Relsi Hur wrote: > > here a very fast example. > > Em quarta-feira, 4 de julho de 2012 16h40min45s UTC-3, cheer10s escr

Re: [web2py] Re: Uploadify what am I doing wrong

2012-07-04 Thread Andrew Evans
GREAT ty very much for your help :-) *cheers On Wed, Jul 4, 2012 at 1:29 PM, Relsi Hur wrote: > here a very fast example. > > Em quarta-feira, 4 de julho de 2012 16h40min45s UTC-3, cheer10s escreveu: >> >> thank you for helping me >> >> I looked at some of the documentation and figured out so

Re: [web2py] Re: Uploadify what am I doing wrong

2012-07-04 Thread Relsi Hur
I had IORERRO when I was using the decorator @auth.requires_login() in my function. Em quarta-feira, 4 de julho de 2012 16h40min45s UTC-3, cheer10s escreveu: > > thank you for helping me > > I looked at some of the documentation and figured out some things but I > get an IORERROafter uploading a

Re: [web2py] Re: Uploadify what am I doing wrong

2012-07-04 Thread Andrew Evans
thank you for helping me I looked at some of the documentation and figured out some things but I get an IORERROafter uploading any ideas here is my modified controller and my uploadify script I am using uploadify version 3 def myUpload(): form = SQLFORM(db.music) if form.accepts(request.

[web2py] Re: Uploadify what am I doing wrong

2012-07-04 Thread Relsi Hur
here is working fine, but my script is a little different, see if something helps: http://pastebin.com/tKLSC9Uw Em quarta-feira, 4 de julho de 2012 14h05min40s UTC-3, cheer10s escreveu: > > Hello I am trying to use uploadify in my web2py app but I am having a bit >