$myUpload->find('upload.fieldname');

View: New views
5 Messages — Rating Filter:   Alert me  

$myUpload->find('upload.fieldname');

by Viaduct Productions :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Anybody know what upload.fieldname comes from?  It's not documented  
that I can find.

I have implemented something that I have found brings in a data field  
submitted in a post argument, as upload2.fieldname.  It in turn is  
actually the only uploaded file's "fieldname".

Any insight?  This is part of an "Ajax uploader" which is pretty slick  
if you aks me.


Rich in Toronto
...now go get on your bike


--
This list is a free service of LassoSoft: http://www.LassoSoft.com/
Search the list archives: http://www.ListSearch.com/Lasso/Browse/
Manage your subscription: http://www.ListSearch.com/Lasso/



Re: $myUpload->find('upload.fieldname');

by Steffan A. Cline :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

on 7/2/09 5:56 PM, Viaduct Productions at lists@...
wrote:

> Anybody know what upload.fieldname comes from?  It's not documented
> that I can find.
>
> I have implemented something that I have found brings in a data field
> submitted in a post argument, as upload2.fieldname.  It in turn is
> actually the only uploaded file's "fieldname".
>
> Any insight?  This is part of an "Ajax uploader" which is pretty slick
> if you aks me.
>
>
> Rich in Toronto
> ...now go get on your bike
>
>
> --
> This list is a free service of LassoSoft: http://www.LassoSoft.com/
> Search the list archives: http://www.ListSearch.com/Lasso/Browse/
> Manage your subscription: http://www.ListSearch.com/Lasso/
>
>
That is the name of the <input type="file" name="xxx" ...>


Thanks

Steffan

---------------------------------------------------------------
T E L  6 0 2 . 7 9 3 . 0 0 1 4 | F A X  6 0 2 . 9 7 1 . 1 6 9 4
Steffan A. Cline  
Steffan@...                             Phoenix, Az
http://www.ExecuChoice.net                                  USA
AIM : SteffanC          ICQ : 57234309
YAHOO : Steffan_Cline   MSN : steffan@...
GOOGLE: Steffan.Cline             Lasso Partner Alliance Member
---------------------------------------------------------------




--
This list is a free service of LassoSoft: http://www.LassoSoft.com/
Search the list archives: http://www.ListSearch.com/Lasso/Browse/
Manage your subscription: http://www.ListSearch.com/Lasso/



Re: $myUpload->find('upload.fieldname');

by Viaduct Productions :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Nope, that's not how it was submitted.  I provided this as a string  
into a JS/AJAX submission.  The original filename is completely  
different.  It's like the system allows you to rename the submitted  
file.

But moreso, I'm interested in the upload.fieldname property of the  
uploaded file, as the fieldname travels with it into the uploads  
iteration.


On 2-Jul-09, at 9:02 PM, Steffan A. Cline wrote:

> That is the name of the <input type="file" name="xxx" ...>



Rich in Toronto
...now go get on your bike


--
This list is a free service of LassoSoft: http://www.LassoSoft.com/
Search the list archives: http://www.ListSearch.com/Lasso/Browse/
Manage your subscription: http://www.ListSearch.com/Lasso/



Re: $myUpload->find('upload.fieldname');

by Steffan A. Cline :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

on 7/2/09 6:04 PM, Viaduct Productions at lists@...
wrote:

> Nope, that's not how it was submitted.  I provided this as a string
> into a JS/AJAX submission.  The original filename is completely
> different.  It's like the system allows you to rename the submitted
> file.
>
> But moreso, I'm interested in the upload.fieldname property of the
> uploaded file, as the fieldname travels with it into the uploads
> iteration.
>
>
> On 2-Jul-09, at 9:02 PM, Steffan A. Cline wrote:
>
>> That is the name of the <input type="file" name="xxx" ...>
>
>
>
> Rich in Toronto
> ...now go get on your bike
>
Then the AJAX solution did something weird. If you make a basic form and
then try it, you'll see that's what it is.


Thanks

Steffan

---------------------------------------------------------------
T E L  6 0 2 . 7 9 3 . 0 0 1 4 | F A X  6 0 2 . 9 7 1 . 1 6 9 4
Steffan A. Cline  
Steffan@...                             Phoenix, Az
http://www.ExecuChoice.net                                  USA
AIM : SteffanC          ICQ : 57234309
YAHOO : Steffan_Cline   MSN : steffan@...
GOOGLE: Steffan.Cline             Lasso Partner Alliance Member
---------------------------------------------------------------




--
This list is a free service of LassoSoft: http://www.LassoSoft.com/
Search the list archives: http://www.ListSearch.com/Lasso/Browse/
Manage your subscription: http://www.ListSearch.com/Lasso/



Re: $myUpload->find('upload.fieldname');

by Viaduct Productions :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

OK I will give that a try to see what my understanding of what it  
"is".  From my understanding, he's building an iFrame upload which  
works quite well.

Heck here's the url, as this could be such a great tool.

<http://valums.com/ajax-upload/>

The example, is the Prototype version (under Demo), the first of three  
(left side).

If anybody is interested in my implementation, please contact me.


On 2-Jul-09, at 10:07 PM, Steffan A. Cline wrote:

> Then the AJAX solution did something weird. If you make a basic form  
> and
> then try it, you'll see that's what it is.



Rich in Toronto
...now go get on your bike


--
This list is a free service of LassoSoft: http://www.LassoSoft.com/
Search the list archives: http://www.ListSearch.com/Lasso/Browse/
Manage your subscription: http://www.ListSearch.com/Lasso/