rejetto forum

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Foggy

Pages: 1 2 3 ... 54
1
RAWR-Designs / Re: Flash Uploader
« on: August 31, 2009, 08:25:23 AM »
mmm, and are you able to pass user/pass as POST data?

I do believe that sending the user/pass as post data is possible, you can craft your own POST requests in flash.

Though I am unsure if you can add the user/pass as a POST variable when uploading a file via flash. I would think you can though.

Check out the "fileReference" class in flash to see how the uploading will work.

2
RAWR-Designs / Re: Flash Uploader
« on: July 22, 2009, 01:15:06 PM »
after a quick Google I found a couple links which could be quite useful. I may install flash and have a quick test with it as I do believe this could be quite simple to create a proof of concept.

http://markshu.ca/imm/flash/tutorial/fileReference.html
http://www.ultrashock.com/forums/flash-professional/tutorial-flash-uploading-73938.html
http://www.flash-db.com/Tutorials/upload/upFiles.php?

The last link seems particularly useful, although they are all quite similar.

edit: For authentication on protected folders this link will be useful as its a different method. http://stackoverflow.com/questions/509219/flex-3-how-to-support-http-authentication-urlrequest

3
HTML & templates / Re: Flash Uploads
« on: May 24, 2009, 08:10:39 AM »
As far as I know there is nothing preventing a flash uploader. I believe all that is needed to upload something in flash is the HTTP POST method. ie, flash communicates to the server as any web browser would, specifically by using the POST method.

I don't think it would be too hard to create such a thing, if you have some basic coding skills. It might be worth looking at a couple flash tutorials to get an idea of how it works and try creating your own.

4
RAWR-Designs / Re: May 2009... an update...
« on: May 23, 2009, 02:21:09 AM »

5
HFS ~ HTTP File Server / Re: Queues
« on: April 22, 2009, 02:58:26 AM »
Currently what you are asking is not possible with hfs out of the box but I do believe that such a system could be created with macro's.

6
Programmers corner / Re: global variables
« on: April 14, 2009, 12:51:26 AM »
The only thought I have is how can you free the memory used by a global variable if it isn't cleared after the connection. This could potentially use up a fair amount of memory if they are not cleared when they are no longer needed.

7
HTML & templates / Re: Unix time
« on: March 02, 2009, 05:12:49 AM »
Thankyou Rejetto.

Thats exactly what I wanted to know.

8
HTML & templates / Unix time
« on: March 01, 2009, 11:37:16 AM »
I am playing around with a template idea and I am after a way to check two time values to see whether or not something has timed out.

The only way I can think of doing it is with Unix(seconds since 1970) time and taking the original value from the new value and comparing the difference to a predefined timeout value.

Is it possible to have unix time added to the time macro? or perhaps a template symbol for it?

Also after some research into the time macro I have come across the symbol %now% but cant find any explanation. What does it do/what is it for?

9
HTML & templates / Re: totable
« on: February 26, 2009, 10:13:49 AM »
ok, im happy with what ever you name it as long as it can edit values that are already in a table.

10
HTML & templates / Re: totable
« on: February 26, 2009, 05:26:59 AM »
no because when I want to change a value in the table, it is extremely difficult.

{.set append.} is fine if i want to add a value, but to change one already in the table it is very difficult. Especially if the table is dynamically created.

11
HTML & templates / totable
« on: February 25, 2009, 05:36:07 AM »
For a while now, I have been thinking that to go with the fromtable macro we need a totable equivalent that will append the text to a table or overwrite the text thats already in the table.

I have been thinking this because I have had some ideas for various things overtime and the only thing I could think of that was preventing me from trying to implement them is the difficulty in changing one value from a table.

12
HFS ~ HTTP File Server / Re: Dynamic IP of Uploaders
« on: February 20, 2009, 05:33:38 AM »
For your friends IP to change they would lose all internet connectivity.

Do they lose all internet access? if not then something else is preventing the upload from succeeding, if they do then something is seriously wrong and they should contact their isp about the issue.

13
yes it would be possible to do with a macro.


14
HFS ~ HTTP File Server / Re: Comment on file properties
« on: January 20, 2009, 12:48:19 PM »
I am not quite sure what you are trying to acheive exactly but from first looks you need to use an if macro in the template where the file comment is loaded.

15
HTML & templates / Re: Admin Panel : Creating a proper admin panel.
« on: January 04, 2009, 08:01:11 AM »
Interesting. good work ;)

If you need help with any macro's just send me a pm and I'll try and give you a hand.

Pages: 1 2 3 ... 54