TeraScript-Talk: Install 7.1.3 (actually 7.1.5.1) on OS X 10.12.6 Server

2018-10-29 Thread Wayne Irvine
Is there any possibility of an install script for OS X 10.12.6 Server? I tried 
the 10.9 Server Script but no go. I know I’ve been through this before with 
great help from Robert but can’t recall all the steps to do it manually.

Or alternatively, a list of files that need to be replace to upgrade 7.0.X to 
7.1.X

Wayne

Apache lives at:
/etc/apache2/
Byteserve Pty Ltd
w: http://www.byteserve.com.au/
e: i...@byteserve.com.au
p: +61 02 9960 6099
m: 0409 960 609
f: +61 02 9960 6088






To unsubscribe from this list, please send an email to lists...@terascript.com 
with "unsubscribe terascript-talk" in the body.



RE: TeraScript-Talk: File Upload

2018-10-29 Thread Robert Shubert
In 7.1.1 I added the tag @POSTARGFILENAME to obtain the posted file name from a 
type=file argument.



From: Wayne Irvine [mailto:wa...@byteserve.com.au]
Sent: Monday, October 29, 2018 3:28 AM
To: TeraScript-Talk@terascript.com
Subject: TeraScript-Talk: File Upload



I’ve used basic multipart/form-data and the File action for ages.



I thought I’d spice it up a little with drag and drop and found this nice 
Jquery library.



https://blueimp.github.io/jQuery-File-Upload/



It supports things like max file size and a progress bar. I guess these are all 
clients side parameters.



But I am having trouble distinguishing between the file data and the file name. 
Previously I used some javascript that on submission would calculate a name 
from the file's field and populate another field to be submitted at the same 
time.













I can’t do this with the system above.



Assuming a single field of type=file how do I populate the the File Action with 
both

File:

Data to write:



Wayne Irvine



Byteserve Pty Ltd
w: http://www.byteserve.com.au/
e: i...@byteserve.com.au 
p: +61 02 9960 6099
m: 0409 960 609
f: +61 02 9960 6088





  _

To unsubscribe from this list, please send an email to lists...@terascript.com 
  with "unsubscribe terascript-talk" in the 
body.






To unsubscribe from this list, please send an email to lists...@terascript.com 
with "unsubscribe terascript-talk" in the body.


TeraScript-Talk: File Upload

2018-10-29 Thread Wayne Irvine
I’ve used basic multipart/form-data and the File action for ages.

I thought I’d spice it up a little with drag and drop and found this nice 
Jquery library.

https://blueimp.github.io/jQuery-File-Upload/ 


It supports things like max file size and a progress bar. I guess these are all 
clients side parameters.

But I am having trouble distinguishing between the file data and the file name. 
Previously I used some javascript that on submission would calculate a name 
from the file's field and populate another field to be submitted at the same 
time.






I can’t do this with the system above.

Assuming a single field of type=file how do I populate the the File Action with 
both
File:
Data to write:

Wayne Irvine

Byteserve Pty Ltd
w: http://www.byteserve.com.au/
e: i...@byteserve.com.au
p: +61 02 9960 6099
m: 0409 960 609
f: +61 02 9960 6088






To unsubscribe from this list, please send an email to lists...@terascript.com 
with "unsubscribe terascript-talk" in the body.